Skip to content

Commit 0c0d93a

Browse files
Fix example code block padding for PHP 8.3+ (#1501)
Co-authored-by: Luffy <lufei@php.net>
1 parent 9799963 commit 0c0d93a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/theme-base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,7 @@ div.tip p:first-child {
948948
overflow-x: auto;
949949
}
950950

951+
.docs .example-contents > .phpcode > pre > code,
951952
.docs .example-contents > .phpcode > code {
952953
padding: .75rem;
953954
}

0 commit comments

Comments
 (0)