mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix label of button overlaps outside its container if it gets squeezed enough
This commit is contained in:
parent
5c96a29ef8
commit
79cec31989
@ -94,6 +94,8 @@ export const ButtonMixin = <T extends Constructor>(superclass : T) => class exte
|
||||
padding: 0 var(--sl-spacing-medium);
|
||||
}
|
||||
.button__label {
|
||||
text-overflow: ellipsis;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.button__prefix {
|
||||
padding-left: 1px;
|
||||
|
Loading…
Reference in New Issue
Block a user