We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd6d6e commit 20bb724Copy full SHA for 20bb724
2 files changed
packages/ui/package.json
@@ -2,7 +2,7 @@
2
"name": "@eqtylab/equality",
3
"description": "EQTYLab's component and token-based design system",
4
"homepage": "https://equality.eqtylab.io/",
5
- "version": "1.2.2",
+ "version": "1.2.3",
6
"license": "Apache-2.0",
7
"keywords": [
8
"component library",
packages/ui/src/components/sort-selector/sort-selector.module.css
@@ -9,5 +9,5 @@
9
}
10
11
.dropdown-menu-content {
12
- @apply min-w-[var(--radix-dropdown-menu-trigger-width)];
+ min-width: var(--radix-dropdown-menu-trigger-width);
13
0 commit comments