[PHP-WEBMASTER] [web-php] master: Use Table Layout (#1130)

Author: Luffy (sy-records)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-11-20T07:26:55+03:00

Commit: Use Table Layout (#1130) · php/web-php@357b9c4 · GitHub
Raw diff: https://github.com/php/web-php/commit/357b9c42561dde8b0ad35fa2b4d17ff53aa0298d.diff

Use Table Layout (#1130)

Changed paths:
  M releases/8.4/release.inc

Diff:

diff --git a/releases/8.4/release.inc b/releases/8.4/release.inc
index c60678cab3..04daaebe24 100644
--- a/releases/8.4/release.inc
+++ b/releases/8.4/release.inc
@@ -101,9 +101,9 @@ PHP
                     </div>
                 </div>
                 <div class="php8-compare__arrow"></div>
- <div class="php8-compare__block example-contents">
+ <div class="php8-compare__block example-contents" style="display: table;">
                     <div class="php8-compare__label php8-compare__label_new">PHP 8.4</div>
- <div class="php8-code phpcode">
+ <div class="php8-code phpcode" style="display: table-cell;">
                         <?php highlight_php_trimmed(
                             <<<'PHP'
class Locale