Fix tag text overlapping (#11124)

* Fix word-wrapping in user

* Fix word-wrapping in taskModal
This commit is contained in:
HydeHunter2
2019-04-27 20:21:05 +03:00
committed by Matteo Pagliazzi
parent 83070e211d
commit 251563690e
2 changed files with 3 additions and 2 deletions

View File

@@ -360,8 +360,8 @@
margin-top: 12px;
position: relative;
label {
max-height: 30px;
.custom-control-label p {
word-break: break-word;
}
}