mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "Prevent welcome message partially truncated"
This commit is contained in:
commit
c9f4e7224f
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue