mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Breaking long words in task-text
Previously, if you inputted a long word in your task it overflew the box.
This commit is contained in:
parent
838e81fd58
commit
dbdb4911af
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ for $stage in $stages
|
|||
display: block
|
||||
padding: 0.75em 0 0.75em 3.5em
|
||||
line-height: 1.4
|
||||
word-wrap: break-word
|
||||
|
||||
.habit-wide .task-text
|
||||
padding-left: 7em
|
||||
|
|
|
|||
Loading…
Reference in a new issue