mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01: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:
@@ -618,6 +618,7 @@
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
background: $gray-600;
|
background: $gray-600;
|
||||||
color: $gray-300;
|
color: $gray-300;
|
||||||
|
height: fit-content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user