1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enable horizontal scroll bar for code blocks (#770)

This commit is contained in:
Kamil Tekiela
2023-06-23 15:29:06 +01:00
committed by GitHub
parent 72d69120a8
commit 9e32ca8e9a

View File

@@ -303,7 +303,7 @@ pre.info,
.docs .classsynopsis,
.docs .classsynopsis code {
font: normal 0.875rem/1.5rem "Fira Mono", "Source Code Pro", monospace;
word-wrap: break-word;
overflow-x: auto;
}
p code,
li code,