mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
(css) Limit toolbar buttons min/max width
This commit is contained in:
@@ -5,7 +5,7 @@ New features
|
||||
-
|
||||
|
||||
Enhancements
|
||||
-
|
||||
- limit the maximum width of toolbar buttons
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user