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 e508d9a commit 95c7f62Copy full SHA for 95c7f62
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" style="display: table;">
+ <div class="php8-compare__block example-contents">
105
<div class="php8-compare__label php8-compare__label_new">PHP 8.4</div>
106
- <div class="php8-code phpcode" style="display: table-cell;">
+ <div class="php8-code align-start phpcode">
107
<?php highlight_php_trimmed(
108
<<<'PHP'
109
class Locale
styles/php8.css
@@ -305,6 +305,10 @@
305
margin: 0 !important;
306
}
307
308
+.align-start {
309
+ align-items: start;
310
+}
311
+
312
@media (max-width: 768px) {
313
.php8-code {
314
padding-left: 12px !important;
0 commit comments