docs: Fix long code blocks overflow (#18208)
Closes #18207 Release Notes: - N/A | Before | After | |--------|-------| | <img width="1640" alt="image" src="https://github.com/user-attachments/assets/b7c76ec9-85bd-4001-b19f-6a8e26d04254"> | <img width="1640" alt="image" src="https://github.com/user-attachments/assets/cd932e33-0429-43b1-9b4b-25df5890a3cf"> |
This commit is contained in:
parent
05d18321db
commit
8a36278c95
1 changed files with 1 additions and 0 deletions
1
docs/theme/highlight.css
vendored
1
docs/theme/highlight.css
vendored
|
@ -12,6 +12,7 @@
|
|||
.hljs {
|
||||
color: #24292e;
|
||||
background: #ffffff;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.hljs-doctag,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue