dropdown styling

This commit is contained in:
Jesper Møller Jensen
2023-12-04 22:58:13 +13:00
parent 2802d26c37
commit 9c69f0df3e

View File

@@ -74,6 +74,9 @@ export class UmbDropdownElement extends UmbLitElement {
static styles = [
UmbTextStyles,
css`
#dropdown-button {
min-width: max-content;
}
:host(:not([hide-expand]):not([compact])) #dropdown-button {
--uui-button-padding-right-factor: 2;
}