Skip to content

Commit 4a91c0b

Browse files
committed
[WebProfiler] Don't inherit CSS text-transform property for the toolbar.
1 parent c5a7886 commit 4a91c0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
position: fixed;
4646
right: 0;
4747
text-align: left;
48+
text-transform: none;
4849
z-index: 99999;
4950
}
5051
.sf-toolbarreset abbr {

0 commit comments

Comments
 (0)