Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b98a25a

Browse filesBrowse files
committed
minor #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 #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
Copy full SHA for b98a25a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.