File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
src/components/sort-selector Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 22 "name" : " @eqtylab/equality" ,
33 "description" : " EQTYLab's component and token-based design system" ,
44 "homepage" : " https://equality.eqtylab.io/" ,
5- "version" : " 1.2.3 " ,
5+ "version" : " 1.2.4 " ,
66 "license" : " Apache-2.0" ,
77 "keywords" : [
88 " component library" ,
Original file line number Diff line number Diff line change 77.chevron-down-icon {
88 @apply text-text-secondary;
99}
10-
11- .dropdown-menu-content {
12- min-width : var (--radix-dropdown-menu-trigger-width );
13- }
Original file line number Diff line number Diff line change @@ -90,7 +90,10 @@ function SortSelector({
9090 < ChevronDownIcon className = { styles [ 'chevron-down-icon' ] } />
9191 </ Button >
9292 </ DropdownMenuTrigger >
93- < DropdownMenuContent align = "end" className = { styles [ 'dropdown-menu-content' ] } >
93+ < DropdownMenuContent
94+ align = "end"
95+ style = { { minWidth : 'var(--radix-dropdown-menu-trigger-width)' } }
96+ >
9497 < DropdownMenuLabel >
9598 Sort
9699 { ! isDefaultSort && (
You can’t perform that action at this time.
0 commit comments