Fix obnoxious tab overflow again.

This commit is contained in:
Thomas Wilburn 2016-01-04 20:51:46 -08:00
parent af05f55870
commit 5406b91f1c

View file

@ -10,6 +10,7 @@
justify-content: space-between;
align-items: center;
max-width: 200px;
min-width: 0px;
// margin-right: 3px;
opacity: .5;
background: @background;