File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/nextjs-app/src/features/app/blocks/view/grid/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const InsertRecordRender = (props: InsertRecordRender) => {
62
62
< Button
63
63
variant = { 'ghost' }
64
64
size = "sm"
65
- className = "mt-px size-full h-9 justify-start gap-0 px-4 py-2"
65
+ className = "size-full h-9 justify-start gap-0 px-4 py-2"
66
66
onClick = { ( ) => {
67
67
onClick ( num ) ;
68
68
} }
@@ -223,7 +223,7 @@ export const RecordMenu = () => {
223
223
< PopoverTrigger asChild style = { style } className = "absolute" >
224
224
< div className = "size-0 opacity-0" />
225
225
</ PopoverTrigger >
226
- < PopoverContent className = "h -auto w-60 rounded-md p-0" align = "start" >
226
+ < PopoverContent className = "size -auto min-w-40 rounded-md p-0" align = "start" >
227
227
< Command ref = { recordMenuRef } className = "rounded-md border-none shadow-none" style = { style } >
228
228
< CommandList >
229
229
{ menuItemGroups . map ( ( items , index ) => {
You can’t perform that action at this time.
0 commit comments