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

@@ -201,6 +201,7 @@
.custom-control-label {
margin-left: 10px;
word-break: break-word;
}
.filter-panel-footer {