Skip to content

Commit 5f6f1a5

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [VarDumper] Fix CSS alignment in HtmlDumper allow environment variables starting with an underscore Update a test [PsrHttpMessageBridge] Fix links in composer.json [Mailer][Postmark] Add missing changelog for webhook support Remove #StandWithUkraine [Notifier][Smsc] Require login and password
2 parents 01615b5 + 68d6573 commit 5f6f1a5

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
@@ -648,7 +648,7 @@ function showCurrent(state)
648648
clear: both;
649649
}
650650
pre.sf-dump span {
651-
display: inline;
651+
display: inline-flex;
652652
}
653653
pre.sf-dump a {
654654
text-decoration: none;

0 commit comments

Comments
 (0)