From 3435ee25b188322c716419f817ec34066398ba88 Mon Sep 17 00:00:00 2001 From: Jack Phoenix Date: Tue, 18 Jun 2019 22:23:12 +0300 Subject: [PATCH] Fix Special:Watchlist options for no-JS Patch by putnik (see the Phab ticket) with tweaks by yours truly. Bug: T225412 Change-Id: I23f05bc97929a196c62a0dc242ebace5c6fe45a0 --- resources/forms.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/forms.less b/resources/forms.less index d13a3ca..bd1e7f2 100644 --- a/resources/forms.less +++ b/resources/forms.less @@ -58,3 +58,10 @@ div.editOptions { #wpTemplateSandboxPreview { margin-left: 0.5em; } + +/* fixes for non-JavaScript filtering on Special:Watchlist + * @see https://phabricator.wikimedia.org/T225412 + */ +.mw-special-Watchlist .mw-input-with-label { + display: inline-block; +}