8000 [WebProfilerBundle] Reset letter-spacing in toolbar by ro0NL · Pull Request #25140 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[WebProfilerBundle] Reset letter-spacing in toolbar #25140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 24, 2017
Merged

[WebProfilerBundle] Reset letter-spacing in toolbar #25140

merged 1 commit into from
Nov 24, 2017

Conversation

ro0NL
Copy link
Contributor
@ro0NL ro0NL commented Nov 24, 2017
Q A
Branch? 3.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #...
License MIT
Doc PR symfony/symfony-docs#...

Somewhere in our project we have

*,
*:before,
*:after {
	letter-spacing: 1px;
	box-sizing: border-box;
}

affecting the toolbar

before

image

after

image

@javiereguiluz
Copy link
Member

Is 3.4 the right branch to merge this? If this considered a bug, then it should be 2.7.

@ro0NL
Copy link
Contributor Author
ro0NL commented Nov 24, 2017

I think it should be 3.3 actually; i targeted the new profiler only. Not sure we should patch 2.7 toolbar in any non-security related way.

@javiereguiluz
Copy link
Member

Can you please change the branch to 3.3? Thanks.

@ro0NL ro0NL changed the base branch from 3.4 to 3.3 November 24, 2017 09:12
@ro0NL
Copy link
Contributor Author
ro0NL commented Nov 24, 2017

way ahead of you :)

@javiereguiluz
Copy link
Member

Thanks Roland.

@javiereguiluz javiereguiluz merged commit bef2618 into symfony:3.3 Nov 24, 2017
javiereguiluz added a commit that referenced this pull request Nov 24, 2017
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
| Test
8000
s 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
@ro0NL ro0NL deleted the toolbar-spacing branch November 24, 2017 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0