opened tabs menu visibility improvements (#3620)
- Added tooltip to display the entire title of the tab on hover - Ellipsize the text of the tab title to display as much of the last word as possible Fixes: #3609
This commit is contained in:
parent
41294e0ff7
commit
e68b9b80ad
2 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
// override default description margins
|
||||
margin-bottom: 0;
|
||||
margin-block-start: 0;
|
||||
// show as much of the description as possible
|
||||
white-space: nowrap;
|
||||
min-width: 280px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.tab-icon {
|
||||
width: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue