Skip to content

Commit 376d3c6

Browse files
[VarDumper] Fix CSS alignment in HtmlDumper
1 parent a52ec2b commit 376d3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)