diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-09 13:20:46 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-09 13:20:46 +0200 |
commit | 1258cde0209b2ef86aeedcc9470cd654dce58bab (patch) | |
tree | 05e7dd6967aab7998bb5c155e90278d6c5da1abe /core/css | |
parent | 0ad8e1b1e6341688eb4052f6ad9a33792fd6f60f (diff) | |
download | nextcloud-server-1258cde0209b2ef86aeedcc9470cd654dce58bab.tar.gz nextcloud-server-1258cde0209b2ef86aeedcc9470cd654dce58bab.zip |
fix search box wrapping on very narrow screens
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/mobile.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |