-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[WebProfilerBundle] Fix for CSS attribute at Profiler Translation Page #22123
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
Conversation
e-moe
commented
Mar 23, 2017
Q | A |
---|---|
Branch? | 2.8 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #22107 |
License | MIT |
Doc PR | none |
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.
This was on my TODO list, so thanks for contributing it.
However, I'd like to propose some changes:
-
What if we also add the
nowrap
tomessage.domain
(it's ugly to seemessages
split into several lines). -
I'm worried about applying
nowrap
tomessage.translation
because the translation can be incredible long. That's the usual case because apps use keys, somessage.id
is short andmessage.translation
is long.
@javiereguiluz , sorry for stealing items from your todo list :) I do agree with length of |
oh, sorry. got your point. thanks for you review! PR is updated |
Thanks for fixing this bug @e-moe. |
…slation Page (e-moe) This PR was merged into the 2.8 branch. Discussion ---------- [WebProfilerBundle] Fix for CSS attribute at Profiler Translation Page | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22107 | License | MIT | Doc PR | none Commits ------- d980e70 [WebProfilerBundle] Fix for CSS attribute at Profiler Translation Page