aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-09 13:20:46 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-09 13:20:46 +0200
commit1258cde0209b2ef86aeedcc9470cd654dce58bab (patch)
tree05e7dd6967aab7998bb5c155e90278d6c5da1abe /core/css
parent0ad8e1b1e6341688eb4052f6ad9a33792fd6f60f (diff)
downloadnextcloud-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.css1
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 */