box-sizing to ensure height is correct (#20694)

This commit is contained in:
Nathan Woulfe
2025-10-31 15:42:45 +10:00
committed by GitHub
parent b8cb198a1a
commit f27fb58e13

View File

@@ -234,6 +234,7 @@ export class UmbAppLanguageSelectElement extends UmbLitElement {
justify-content: space-between;
cursor: pointer;
font-family: inherit;
box-sizing: border-box;
}
#toggle:hover {