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:
moshyfawn 2024-09-23 08:59:45 -04:00 committed by GitHub
parent 05d18321db
commit 8a36278c95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@
.hljs {
color: #24292e;
background: #ffffff;
overflow-x: auto;
}
.hljs-doctag,