8000 minor #27971 Fix SVGs not scaling in IE9, IE10, and IE11 (yvh) · symfony/symfony@efc4fb3 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit efc4fb3

Browse files
committed
minor #27971 Fix SVGs not scaling in IE9, IE10, and IE11 (yvh)
This PR was merged into the 2.8 branch. Discussion ---------- Fix SVGs not scaling in IE9, IE10, and IE11 | Q | A | ------------- | --- | Branch? | 2.8 up to 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | no | License | MIT | Doc PR | no Fix scaling issue in IE9, IE10 and IE11 Before change: [![web profiler before](https://preview.ibb.co/nQ2kDd/web_profiler_before.png)](https://ibb.co/cOBdYd) After change: [![web profiler after](https://preview.ibb.co/kCKnRy/web_profiler_after.png)](https://ibb.co/ntcJYd) No breaking chrome: [![web profiler chrome](https://preview.ibb.co/dGQ5Dd/web_profiler_chrome.png)](https://ibb.co/fp1dYd) Commits ------- ad2e166 Fix SVGs not scaling in IE9, IE10, and IE11
2 parents 13a4003 + ad2e166 commit efc4fb3

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)
0