Skip to content

Commit 20bb724

Browse files
committed
fix(ui): fixed dropdown menu content width
1 parent efd6d6e commit 20bb724

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@eqtylab/equality",
33
"description": "EQTYLab's component and token-based design system",
44
"homepage": "https://equality.eqtylab.io/",
5-
"version": "1.2.2",
5+
"version": "1.2.3",
66
"license": "Apache-2.0",
77
"keywords": [
88
"component library",

packages/ui/src/components/sort-selector/sort-selector.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
}
1010

1111
.dropdown-menu-content {
12-
@apply min-w-[var(--radix-dropdown-menu-trigger-width)];
12+
min-width: var(--radix-dropdown-menu-trigger-width);
1313
}

0 commit comments

Comments
 (0)