mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Truncate notification action button text
Bug: T123657 Change-Id: I995c3383e7b465849773e4deaaa0d4a14524f6ac
This commit is contained in:
parent
97d5a3f293
commit
79ac8be7fd
|
@ -58,6 +58,8 @@
|
|||
// a very specific selector
|
||||
font-weight: normal !important;
|
||||
color: #000 !important;
|
||||
// Set max-width so buttons are truncated
|
||||
max-width: 15em;
|
||||
}
|
||||
|
||||
.oo-ui-iconElement-icon {
|
||||
|
|
Loading…
Reference in a new issue