Add also overflow:hidden to form labels

As hyphens:auto does not work in all browsers/for all languages.
pull/5742/merge
Aleksander Machniak 7 years ago
parent 17b9bb4ec6
commit f49df60328

@ -290,6 +290,7 @@ input.smart-upload {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
overflow: hidden;
}
}

Loading…
Cancel
Save