@boyernick/standard-ui-react 0.1.1-canary.18 → 0.1.1-canary.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/command.tsx +1 -1
package/package.json
CHANGED
package/src/command.tsx
CHANGED
|
@@ -281,7 +281,7 @@ export const CommandList = ({ className, ...props }: CommandListProps) => {
|
|
|
281
281
|
id={listboxId}
|
|
282
282
|
role="listbox"
|
|
283
283
|
className={cn(
|
|
284
|
-
"grid min-h-0 flex-1 content-start gap-0 overflow-y-auto overscroll-contain
|
|
284
|
+
"grid min-h-0 flex-1 content-start gap-0 overflow-y-auto overscroll-contain p-1",
|
|
285
285
|
className,
|
|
286
286
|
)}
|
|
287
287
|
{...props}
|