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
Add style of change display of overflow text #1414
Conversation
Add a style to change the display of the overflow text. This will break between words if possible, and if not possible will force a line wrap when it hits the maximum with.
will be nice to not have the command line args go off the screen anymore |
@PtrTeixeira Could we see an example of the new wrapping behavior? In general I'd recommend against having dropdown items take up multiple lines and instead use an |
This prefers hiding the text with ellipsis and using a tooltip to display the full content rather than wrapping text inside of dropdown menu items. It uses the Bootstrap styled tooltips rather than system native tooltips.
|
Force the text in the tooltip onto a single line, which prevents the line break from appearing from a different spot. Also remove the test content that I had used instead of the actual content. Oops.
@PtrTeixeira on staging right now it seems that additional arguments are not showing up in the history. A previous list of args with > 1 arg seems to only show the first one. |
That is, if the arguments were of the form `['--arg1', '--arg2']`, then `--arg1` and `--arg2` should not individually be broken, but also should have a line to themselves.
Add a style to change the display of the overflow text. This will break
between words if possible, and if not possible will force a line wrap
when it hits the maximum with.
/cc @ssalinas