8000 minor #14813 Fix profiler CSS (blaugueux) · symfony/symfony@09515d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09515d6

Browse files
committed
minor #14813 Fix profiler CSS (blaugueux)
This PR was merged into the 2.7 branch. Discussion ---------- Fix profiler CSS | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | no | License | MIT | Doc PR | no ![translation-profiler](https://cloud.githubusercontent.com/assets/767963/7908422/2fb45984-0845-11e5-962c-34021238a13c.jpg) Commits ------- fb9e5bf Fix profiler CSS
2 parents 7493c2b + fb9e5bf commit 09515d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
.sf-toolbar-block .sf-toolbar-info-piece b {
123123
display: inline-block;
124-
width: 110px;
124+
min-width: 110px;
125125
vertical-align: top;
126126
}
127127

0 commit comments

Comments
 (0)
0