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

Fix example code block padding for PHP 8.3+ (#1501)

Co-authored-by: Luffy <lufei@php.net>
This commit is contained in:
Elf Sundae
2025-11-13 10:26:06 +08:00
committed by GitHub
parent 9799963fb8
commit 0c0d93a2e3

View File

@@ -948,6 +948,7 @@ div.tip p:first-child {
overflow-x: auto;
}
.docs .example-contents > .phpcode > pre > code,
.docs .example-contents > .phpcode > code {
padding: .75rem;
}