Skip to content

Commit 357b9c4

Browse files
authored
Use Table Layout (#1130)
1 parent 926c11f commit 357b9c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

releases/8.4/release.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ PHP
101101
</div>
102102
</div>
103103
<div class="php8-compare__arrow"></div>
104-
<div class="php8-compare__block example-contents">
104+
<div class="php8-compare__block example-contents" style="display: table;">
105105
<div class="php8-compare__label php8-compare__label_new">PHP 8.4</div>
106-
<div class="php8-code phpcode">
106+
<div class="php8-code phpcode" style="display: table-cell;">
107107
<?php highlight_php_trimmed(
108108
<<<'PHP'
109109
class Locale

0 commit comments

Comments
 (0)