8000 bug #17247 Fix toolbar display when nvd3 is loaded on page (Seldaek) · ostrolucky/symfony@a857990 · GitHub
[go: up one dir, main page]

Skip to content

Commit a857990

Browse files
committed
bug symfony#17247 Fix toolbar display when nvd3 is loaded on page (Seldaek)
This PR was merged into the 2.8 branch. Discussion ---------- Fix toolbar display when nvd3 is loaded on page | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | not applicable Minor CSS fix for the toolbar, as nvd3 sets `svg { display: block }` so you end up with something like: ![image](https://cloud.githubusercontent.com/assets/183678/12079564/974aa694-b235-11e5-897e-ecb31ba20f26.png) Commits ------- d7010c0 Fix toolbar display when nvd3 is loaded on page
2 parents d2a6b87 + a5c02ab commit a857990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/views/Profiler/toolbar.css.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
.sf-minitoolbar img {
2121
max-height: 24px;
2222
max-width: 24px;
23+
display: inline;
2324
}
2425

2526
.sf-toolbarreset * {

0 commit comments

Comments
 (0)
0