mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 10:14:11 +00:00
fix(.task-filter): force long words to wrap
Fixes #4308 Task tabs cut off long words Prevents long words from overflowing outside of tab width in button bars by forcing them to break.
This commit is contained in:
parent
9bc38b0b2e
commit
9c2c08c03d
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ $hrpg-button-bar
|
|||
li
|
||||
border-right: 1px solid darken(#fff,3.82%)
|
||||
float:left
|
||||
word-wrap: break-word
|
||||
li:nth-of-type(2)
|
||||
border-radius: 0.382em 0em 0em 0.382em
|
||||
li:first-of-type
|
||||
|
|
|
|||
Loading…
Reference in a new issue