Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48b150a

Browse files
bug #11641 [WebProfilerBundle ] Fix toolbar vertical alignment (blaugueux)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #11641). Discussion ---------- [WebProfilerBundle ] Fix toolbar vertical alignment | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Fix the vertical alignment of texts in the toolbar. This issue appears when a reset css contain ```vertical-align: top/bottom/middle;``` Commits ------- 65220e7 Fix toolbar vertical alignment.
2 parents 6b9ce52 + 65220e7 commit 48b150a

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
@@ -22,6 +22,7 @@
2222
-webkit-box-sizing: content-box;
2323
-moz-box-sizing: content-box;
2424
box-sizing: content-box;
25+
vertical-align: baseline;
2526
}
2627

2728
.sf-toolbarreset {

0 commit comments

Comments
 (0)