Fix changes list misaligned arrow
authorpetarpetkovic <ppetkovic@wikimedia.org>
Mon, 16 Oct 2017 15:09:00 +0000 (17:09 +0200)
committerpetarpetkovic <ppetkovic@wikimedia.org>
Mon, 16 Oct 2017 15:09:00 +0000 (17:09 +0200)
Bug: T176368
Change-Id: Ie2e938a1b869a58368bc1a5eeec054c90a90724f

resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.ChangesListWrapperWidget.less

index 0fa3137..e0c7e3d 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%;
                }
        }