From ba9dc57912ddd70ae3218fa1b17270377afbba05 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Apr 2014 01:49:57 +0200 Subject: [PATCH] Fix: Avoid wrapping --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 36c3efde2aa..a7eb25cc768 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -855,7 +855,7 @@ form#login { } div#login_left, div#login_right { display: inline-block; - min-width: 250px; + min-width: 245px; padding-top: 10px; text-align: center; vertical-align: middle;