(css) Limit toolbar buttons min/max width

This commit is contained in:
Francis Lachapelle
2015-11-19 09:46:07 -05:00
parent 8dae5faaa1
commit 4a27beabdd
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ New features
-
Enhancements
-
- limit the maximum width of toolbar buttons
Bug fixes
+5
View File
@@ -1123,6 +1123,11 @@ A.toolbarButton:hover SPAN {
line-height: 13px;
padding: 5px 2px 5px 5px;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 50px;
max-width: 100px;
}
A.smallToolbarButton SPAN,