File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function DraggableList({
85
85
} }
86
86
className = { cn (
87
87
"bg-klerosUIComponentsLightBackground rounded-base border-klerosUIComponentsStroke border" ,
88
- "py-4" ,
88
+ "w-95.5 py-4" ,
89
89
"[&_div]:data-drop-target:outline-klerosUIComponentsPrimaryBlue [&_div]:data-drop-target:outline" ,
90
90
className ,
91
91
) }
@@ -95,7 +95,7 @@ function DraggableList({
95
95
textValue = { item . name }
96
96
className = { ( { isHovered, isDragging, isSelected } ) =>
97
97
cn (
98
- "h-11.25 w-95.5 cursor-pointer border-l-3 border-l-transparent" ,
98
+ "h-11.25 w-full cursor-pointer border-l-3 border-l-transparent" ,
99
99
"flex items-center gap-4 px-4" ,
100
100
"focus-visible:outline-klerosUIComponentsPrimaryBlue focus-visible:outline" ,
101
101
( isHovered || isSelected ) && "bg-klerosUIComponentsMediumBlue" ,
Original file line number Diff line number Diff line change @@ -49,3 +49,5 @@ export { default as Tooltip } from "../lib/tooltip";
49
49
export { default as ScrollbarContainer } from "../lib/scrollbar" ;
50
50
51
51
export { default as Copiable } from "../lib/copiable" ;
52
+
53
+ export { default as DraggableList } from "../lib/draggable-list" ;
You can’t perform that action at this time.
0 commit comments