Merge "Prevent welcome message partially truncated"

This commit is contained in:
jenkins-bot 2022-01-25 11:54:58 +00:00 committed by Gerrit Code Review
commit c9f4e7224f

View file

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