mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Fix height of badges in multiline achievements (#12406)
This fixes the UI bug I reported where achievement names taking up multiple lines cause badges to stretch to fill their container. Screenshot of bug: https://i.snipboard.io/07GBi4.jpg Screenshot of fix: https://i.snipboard.io/PKvi8e.jpg
This commit is contained in:
parent
234258b41e
commit
7ee6ff18ce
1 changed files with 1 additions and 0 deletions
|
|
@ -618,6 +618,7 @@
|
|||
margin-right: 8px;
|
||||
background: $gray-600;
|
||||
color: $gray-300;
|
||||
height: fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue