From c695493eb7a2886a1753f880a4c15566ed82be03 Mon Sep 17 00:00:00 2001 From: Roman Anasal Date: Sat, 13 Sep 2014 15:04:19 +0200 Subject: [PATCH] increased width of .navbar-offline localized strings may be longer and would wrap outerwise, hence added a bit more room --- app/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/app.css b/app/css/app.css index 899466b5..4ea8e00b 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -219,7 +219,7 @@ input[type="number"] { float: left; } .navbar-offline { - max-width: 250px; + max-width: 400px; margin: 0 auto; float: none; }