box-sizing to ensure height is correct (#20694)
This commit is contained in:
@@ -234,6 +234,7 @@ export class UmbAppLanguageSelectElement extends UmbLitElement {
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
font-family: inherit;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#toggle:hover {
|
||||
|
||||
Reference in New Issue
Block a user