mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Merge "Set height of ellipsis button to fix MenuWidget position"
This commit is contained in:
commit
9a531f1c68
|
@ -351,6 +351,8 @@ span[ data-mw-comment-start ] {
|
|||
// stylelint-disable-next-line declaration-property-unit-disallowed-list
|
||||
font-size: 14px;
|
||||
margin-right: -5px;
|
||||
// Fix height so MenuWidget appears in the correct place with wrapped text (T311558)
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
&-metadata {
|
||||
|
|
Loading…
Reference in a new issue