Use hyphens:auto for form labels (#69)

pull/5742/merge
Aleksander Machniak 7 years ago
parent d0711b6e94
commit 17b9bb4ec6

@ -285,6 +285,12 @@ input.smart-upload {
font-weight: bold; font-weight: bold;
font-size: 1.2em; font-size: 1.2em;
} }
label {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
} }

Loading…
Cancel
Save