Fix cut-off name input field
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
160ede24f6
commit
a28a8f1ccb
|
@ -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…
Reference in New Issue