-
Notifications
You must be signed in to change notification settings - Fork 356
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
Modified CSS So That Text Wrapping Does Not Occur #7473
Conversation
@DavidResende0 I need a before/after screenshot to see the differences |
This causes the summary screen tables to be not aligned: I'm not sure if this is something we want...cc @himdel @gtanzillo |
This is limited to labels in textual summary tables, so it should be safe if we can make sure the label always fits 👍. But I'm worried about i18n + long labels not leaving enough space for the actual content. Chinese is probably fine but do we know the longest German label in textual summaries? |
Oh, one more issue..
That's probably an impossible combination, so the browser will always choose to ignore the width and autosize the table anyway (as long as there is a label wider than that). (Leading to the alignment issue David has found.) |
True, Donaudampfschiffahrtselektrizitätenhauptbetriebswerkbauunterbeamtengesellschaft will probably break it, but even Arbeitsunfähigkeitsbescheinigung cc @mzazrivec |
After doing some digging I've found the cause of the original issue: manageiq-ui-classic/app/assets/stylesheets/patternfly_overrides.scss Lines 313 to 316 in c968fb0
|
c968fb0
to
9e0989c
Compare
The change I made plus this PR (ManageIQ/react-ui-components#185) should resolve the issue now |
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.
LGTM, works with ManageIQ/react-ui-components#185
9e0989c
to
83fe5b6
Compare
Checked commit DavidResende0@83fe5b6 with ruby 2.6.3, rubocop 0.82.0, haml-lint 0.35.0, and yamllint |
Found in Services -> Workloads -> VMs and Instances
Fixes: #10465 (2nd issue)
Preview: