mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
Add word-break: break-word to .sortable-tasks class to prevent links and words to get out of the task box (#10495)
This commit is contained in:
parent
6972eb8f8f
commit
abc0777412
1 changed files with 4 additions and 0 deletions
|
|
@ -81,6 +81,10 @@
|
|||
min-height: 556px;
|
||||
}
|
||||
|
||||
.sortable-tasks {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.sortable-tasks + .reward-items {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue