From abe72f2937d16ce0f2675c1fcd9fcc0ee6c0d82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Wed, 13 Jun 2018 04:28:29 +0200 Subject: [PATCH] Make the "Load filter ID:" field on Special:AbuseFilter/test wider The translation can be a lot longer in languages which have no common abbreviation like "ID" for the word "identifier". For example, the label currently wraps over 3 lines in Polish (pl). Change-Id: I822aafb52bbe840c00d2f0edbaeec37e3748f96f --- modules/ext.abuseFilter.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ext.abuseFilter.css b/modules/ext.abuseFilter.css index bdb769005..1a4eaf54d 100644 --- a/modules/ext.abuseFilter.css +++ b/modules/ext.abuseFilter.css @@ -91,8 +91,7 @@ fieldset.mw-abusefilter-edit-buttons { } .mw-abusefilter-load-filter-id { - width: 25%; - min-width: 250px; + max-width: 50em; } #mw-abusefilter-syntaxresult,