Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[VarDumper] Fix wordwrap with Bootstrap#16183
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
double word-break, see also#13487
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Removingword-wrap: break-word will lead to#13487 issue.
Removingword-break: normal will lead to the issue targeted by this PR. This change only prevents issue if some css framework or whatever setword-break tobreak-all forpre tags.
wouterj commentedOct 10, 2015
👍 Also had this issue when using the Foundation CSS framework. Status: Reviewed |
nicolas-grekas commentedOct 10, 2015
Thank you@ogizanagi. |
This PR was merged into the 2.7 branch.Discussion----------[VarDumper] Fix wordwrap with Bootstrap| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/aWithout this rule, there can be issues in the profiler bar and css from bootstrap (https://github.com/twbs/bootstrap/blob/v3.3.5/less/code.less#L47)<img width="888" alt="screenshot 2015-10-09 a 18 09 28" src="https://cloud.githubusercontent.com/assets/2211145/10400156/645c77a6-6eb7-11e5-954b-f80c34b09f86.PNG">Commits-------e448e1c [VarDumper] Fix wordwrap with Bootstrap
Without this rule, there can be issues in the profiler bar and css from bootstrap (https://github.com/twbs/bootstrap/blob/v3.3.5/less/code.less#L47)