(css) Enlarge max width of toolbar buttons

This commit is contained in:
Francis Lachapelle
2015-11-27 08:36:34 -05:00
parent 1279629e86
commit bbdb27e75e
+1 -1
View File
@@ -1127,7 +1127,7 @@ A.toolbarButton:hover SPAN {
text-overflow: ellipsis;
white-space: nowrap;
min-width: 50px;
max-width: 100px;
max-width: 150px;
}
A.smallToolbarButton SPAN,