8000 bug #18469 Force profiler toolbar svg display (pyrech) · symfony/symfony@71c5444 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71c5444

Browse files
committed
bug #18469 Force profiler toolbar svg display (pyrech)
This PR was merged into the 2.8 branch. Discussion ---------- Force profiler toolbar svg display | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | - | Fixed tickets | - | License | MIT | Doc PR | - When applying `display: block` on all svg of our website, we found that toolbar's svg were also impacted: ![capture du 2016-04-07 10-57-05](https://cloud.githubusercontent.com/assets/2021641/14345830/7d531388-fcaf-11e5-88ad-92f5522b4e98.png) Just apply a default display on toolbar's svg fixes the issue. Commits ------- 467d8c7 Force profiler toolbar svg display
2 parents ccac12e + 467d8c7 commit 71c5444

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
@@ -59,6 +59,7 @@
5959
.sf-toolbarreset svg,
6060
.sf-toolbarreset img {
6161
height: 20px;
62+
display: inline-block;
6263
}
6364

6465
.sf-toolbarreset .hide-button {

0 commit comments

Comments
 (0)
0