Fix checkbox alignment for dropdown items

This commit is contained in:
Matthias Metelka 2022-11-07 16:00:23 +01:00
parent c15d0b9c62
commit 1dbe72187e

View file

@ -10,6 +10,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<style lang="scss"> <style lang="scss">
label { label {
line-height: 1; line-height: inherit;
} }
</style> </style>