Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions releases/8.4/release.inc
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ PHP
</div>
</div>
<div class="php8-compare__arrow"></div>
<div class="php8-compare__block example-contents" style="display: table;">
<div class="php8-compare__block example-contents">
<div class="php8-compare__label php8-compare__label_new">PHP 8.4</div>
<div class="php8-code phpcode" style="display: table-cell;">
<div class="php8-code align-start phpcode">
<?php highlight_php_trimmed(
<<<'PHP'
class Locale
Expand Down
4 changes: 4 additions & 0 deletions styles/php8.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@
margin: 0 !important;
}

.align-start {
align-items: start;
}

@media (max-width: 768px) {
.php8-code {
padding-left: 12px !important;
Expand Down