Fix cut-off name input field

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/10283/head
Julius Härtl 8 years ago
parent 160ede24f6
commit a28a8f1ccb
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 2
      settings/css/settings.scss

@ -1507,7 +1507,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
&.storageLocation {
/* better multi-line visual */
line-height: 1.3em;
max-height: 2.6em;
max-height: 100%;
overflow : hidden;
/* not supported by all browsers
so we keep the overflow hidden

Loading…
Cancel
Save