From d841357d7f68e2b5d763aeef1dc1ce050b6f11df Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 23 Jun 2015 19:56:53 +0200 Subject: Make merge into label of width 'auto' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg Signed-off-by: Lukas Fleischer --- web/html/css/aurweb.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/html/css/aurweb.css') diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 6f2a1e59..d67877a0 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -109,6 +109,7 @@ span.hover-help { cursor:help; } -label.confirmation { +label.confirmation, +#merge-into { width: auto; } -- cgit v1.2.3-24-g4f1b