mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Fix tag text overlapping (#11124)
* Fix word-wrapping in user * Fix word-wrapping in taskModal
This commit is contained in:
committed by
Matteo Pagliazzi
parent
83070e211d
commit
251563690e
@@ -360,8 +360,8 @@
|
||||
margin-top: 12px;
|
||||
position: relative;
|
||||
|
||||
label {
|
||||
max-height: 30px;
|
||||
.custom-control-label p {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user