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

fix #62125 no wrap and scroll for source code examples (#444)

This commit is contained in:
peterdd
2024-07-05 10:02:30 +02:00
committed by GitHub
parent 1e7df531b7
commit d2279651a5

View File

@@ -1313,6 +1313,8 @@ div.tip p:first-child {
}
.docs .example-contents pre {
margin:0;
overflow-x:auto;
white-space:pre;
}
.docs .example-contents > [class$="code"],
.docs .example-contents.screen,