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