mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:23:51 +01:00
Fix input thingy
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"titleBarStyle": "Overlay",
|
||||
"height": 600,
|
||||
"width": 1100,
|
||||
"minWidth": 600,
|
||||
"minWidth": 400,
|
||||
"minHeight": 400
|
||||
}
|
||||
],
|
||||
|
||||
@@ -261,7 +261,13 @@ const FormRow = memo(function FormRow({
|
||||
className={classnames('mr-2', isLast && '!opacity-disabled')}
|
||||
onChange={handleChangeEnabled}
|
||||
/>
|
||||
<div className={classNames('flex flex-col @xs:flex-row gap-2 items-center')}>
|
||||
<div
|
||||
className={classNames(
|
||||
'grid gap-2 items-center',
|
||||
'@xs:!grid-rows-1 @sm:!grid-cols-[minmax(0,1fr)_minmax(0,1fr)]',
|
||||
'grid-cols-1 grid-rows-2',
|
||||
)}
|
||||
>
|
||||
<Input
|
||||
hideLabel
|
||||
size="sm"
|
||||
|
||||
Reference in New Issue
Block a user