Skip to content

Commit b98a25a

Browse files
committed
minor symfony#53147 [VarDumper] Fix CSS alignment in HtmlDumper (alexandre-daubois)
This PR was merged into the 6.3 branch. Discussion ---------- [VarDumper] Fix CSS alignment in HtmlDumper | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony#53103 | License | MIT Bottom alignment seems the right one here: ![image](https://github.com/symfony/symfony/assets/2144837/dee6ea23-0e95-4d08-a7f6-f20c013be061) Commits ------- 3a71a06 [VarDumper] Fix CSS alignment in HtmlDumper
2 parents 843f7bc + 3a71a06 commit b98a25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ function showCurrent(state)
663663
clear: both;
664664
}
665665
pre.sf-dump span {
666-
display: inline;
666+
display: inline-flex;
667667
}
668668
pre.sf-dump a {
669669
text-decoration: none;

0 commit comments

Comments
 (0)