Prevent welcome message partially truncated

Bug: T291100
Change-Id: Ia7d349bd81b45c99eb421b8e69ccdadb3135a67f
This commit is contained in:
Sergio Gimeno 2022-01-24 21:40:41 +01:00
parent a8af58f362
commit c815bc64e4

View file

@ -121,8 +121,13 @@
> .oo-ui-buttonOptionWidget { > .oo-ui-buttonOptionWidget {
min-width: 7em; min-width: 7em;
max-width: 14em;
overflow: hidden; overflow: hidden;
.oo-ui-labelElement-label {
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
}
} }
} }