Wider max-width for more browser compat

This commit is contained in:
Lucas Bickel 2017-03-23 14:12:58 +01:00
parent 6e712b4b82
commit 4a7d5be735
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ li.ui-state-default {
.tab-name { .tab-name {
float: left; float: left;
max-width: 140px; max-width: 160px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;