forked from extern/egroupware
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);
|
padding: 0 var(--sl-spacing-medium);
|
||||||
}
|
}
|
||||||
.button__label {
|
.button__label {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
.button__prefix {
|
.button__prefix {
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
|
Loading…
Reference in New Issue
Block a user