fix search box wrapping on very narrow screens

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 12 years ago
parent 0ad8e1b1e6
commit 1258cde020
  1. 1
      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 */

Loading…
Cancel
Save