From 1258cde0209b2ef86aeedcc9470cd654dce58bab Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 9 Apr 2014 13:20:46 +0200 Subject: [PATCH] fix search box wrapping on very narrow screens --- core/css/mobile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/mobile.css b/core/css/mobile.css index c67ac3e5ecf..821da619295 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -19,6 +19,7 @@ .searchbox input[type="search"]:focus, .searchbox input[type="search"]:active { width: 155px; + max-width: 50%; } /* do not show display name on mobile when profile picture is present */