Skip to content

Commit ad2e166

Browse files
committed
Fix SVGs not scaling in IE9, IE10, and IE11
1 parent 13a4003 commit ad2e166

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
@@ -60,6 +60,7 @@
6060
.sf-toolbarreset svg,
6161
.sf-toolbarreset img {
6262
height: 20px;
63+
width: 20px;
6364
display: inline-block;
6465
}
6566

0 commit comments

Comments
 (0)