Merge "Fix \n handling for HTMLUsersMultiselectField"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.CapsuleItemWidget.monobook.less
1 .mw-rcfilters-ui-capsuleItemWidget {
2 .oo-ui-buttonElement {
3 // Override the vertical align for the close button
4 // for some unknown reason, this rule, in combination
5 // with the negative margin-top rule, pushes all the
6 // close buttons up above the capsule item.
7 vertical-align: baseline;
8 }
9 }