8000 minor #25140 [WebProfilerBundle] Reset letter-spacing in toolbar (ro0NL) · symfony/symfony@d141541 · GitHub
[go: up one dir, main page]

Skip to content

Commit d141541

Browse files
committed
minor #25140 [WebProfilerBundle] Reset letter-spacing in toolbar (ro0NL)
This PR was merged into the 3.3 branch. Discussion ---------- [WebProfilerBundle] Reset letter-spacing in toolbar | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!--highly recommended for new features--> Somewhere in our project we have ```scss *, *:before, *:after { letter-spacing: 1px; box-sizing: border-box; } ``` affecting the toolbar <details> <summary>before</summary> ![image](https://user-images.githubusercontent.com/1047696/33201973-fa451bea-d0fa-11e7-8af4-230399f16223.png) </details> <details> <summary>after</summary> ![image](https://user-images.githubusercontent.com/1047696/33201946-e779b570-d0fa-11e7-86b6-db586c4c321e.png) </details> Commits ------- bef2618 [WebProfilerBundle] Reset letter-spacing in toolbar
2 parents a824d34 + bef2618 commit d141541

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
@@ -40,6 +40,7 @@
4040
-moz-box-sizing: content-box;
4141
box-sizing: content-box;
4242
vertical-align: baseline;
43+
letter-spacing: normal;
4344
}
4445

4546
.sf-toolbarreset {

0 commit comments

Comments
 (0)
0