Skip to content

Commit 68d6573

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [VarDumper] Fix CSS alignment in HtmlDumper allow environment variables starting with an underscore Update a test [Mailer][Postmark] Add missing changelog for webhook support Remove #StandWithUkraine [Notifier][Smsc] Require login and password
2 parents f0873fd + 376d3c6 commit 68d6573

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
@@ -664,7 +664,7 @@ function showCurrent(state)
664664
clear: both;
665665
}
666666
pre.sf-dump span {
667-
display: inline;
667+
display: inline-flex;
668668
}
669669
pre.sf-dump a {
670670
text-decoration: none;

0 commit comments

Comments
 (0)