[MM-34564] Set max-width on the server tabs to 224px (#1539)

This commit is contained in:
Devin Binnie
2021-04-15 08:23:32 -04:00
committed by GitHub
parent aec6a8a255
commit 0ba9bd9782

View File

@@ -17,7 +17,6 @@
flex: 0 1 auto;
overflow: hidden;
text-overflow: ellipsis;
max-width: 200px;
white-space: nowrap;
text-align: center;
}
@@ -26,6 +25,7 @@
-webkit-app-region: no-drag;
-webkit-user-select: none;
min-width: 48px;
max-width: 224px;
}
.TabBar>li>a {