Merge "Fix changes list misaligned arrow"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.RcTopSectionWidget.less
1 .mw-rcfilters-ui-rcTopSectionWidget {
2 &-topLinks {
3 &-table {
4 width: 100%;
5 }
6
7 &-top {
8 display: block;
9 width: 100%;
10 }
11 }
12
13 &-savedLinks {
14 vertical-align: bottom;
15 padding-left: 1em;
16 }
17 }