Skip to content

Commit

Permalink
bug #11641 [WebProfilerBundle ] Fix toolbar vertical alignment (blaug…
Browse files Browse the repository at this point in the history
…ueux)

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.
  • Loading branch information
nicolas-grekas committed Aug 13, 2014
2 parents 6b9ce52 + 65220e7 commit 48b150a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -22,6 +22,7 @@
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
vertical-align: baseline;
}

.sf-toolbarreset {
Expand Down

0 comments on commit 48b150a

Please sign in to comment.