We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926c11f commit 357b9c4Copy full SHA for 357b9c4
releases/8.4/release.inc
@@ -101,9 +101,9 @@ PHP
101
</div>
102
103
<div class="php8-compare__arrow"></div>
104
- <div class="php8-compare__block example-contents">
+ <div class="php8-compare__block example-contents" style="display: table;">
105
<div class="php8-compare__label php8-compare__label_new">PHP 8.4</div>
106
- <div class="php8-code phpcode">
+ <div class="php8-code phpcode" style="display: table-cell;">
107
<?php highlight_php_trimmed(
108
<<<'PHP'
109
class Locale
0 commit comments