Merge "RCFilters: define consistent interface in ChangesListFilterGroup"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.ChangesListWrapperWidget.less
index 0fa3137..8f3bacf 100644 (file)
 
        // Correction for Enhanced RC
        // This is outside the scope of the 'highlights' wrapper
-       table.mw-enhanced-rc {
-               td:last-child {
+       table.mw-enhanced-rc td {
+               vertical-align: middle;
+
+               &:last-child {
                        width: 100%;
                }
        }