Closed macklinu closed 7 years ago
Awesome! Did you test how this would look with extremely long paths in a tab's tooltip?
Good idea. I'll take another look at this and update with more screenshots.
I see what you're talking about now.
Before the change:
After the change:
What do you think about this? It doesn't run outside of the window, but the tab tooltips look better before this change, in my opinion. I'll defer to you on this one - let me know if I can explore anything else too!
setting word-break to normal would allow long paths to break at the max-width
@bennypowers Yeah, but this PR removes that max-width
.
I'm not sure what to do this with this PR - going to close this for now.
Fixes #315
I referenced a theme that didn't suffer from this issue to see how the tooltips were styled. atom/one-dark-ui's
.tooltip
style does not set a max-width on its tooltips. Thoughts on going with this approach? It looks to fix this issue, but I'm not sure if it has other implications.Before
After