break long words

This commit is contained in:
Nazar Kanaev 2021-02-01 21:19:17 +00:00
parent eb90c5b9aa
commit 333d9373dd

View File

@ -177,6 +177,7 @@ select.form-control:not([multiple]):not([size]) {
.selectgroup-label {
padding: .375rem .5rem;
border-radius: 4px;
overflow-wrap: break-word;
}
.selectgroup-label:hover {