mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Add grid cols
This commit is contained in:
parent
8fdf9518cf
commit
6bca541eab
@ -58,7 +58,7 @@ export const UpscaylCloudModal = ({ show, setShow }) => {
|
|||||||
alert("Please fill in all the fields correctly.");
|
alert("Please fill in all the fields correctly.");
|
||||||
}
|
}
|
||||||
}}>
|
}}>
|
||||||
<div className="gap-2 flex">
|
<div className="gap-2 grid grid-cols-2">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="input input-bordered"
|
className="input input-bordered"
|
||||||
|
Loading…
Reference in New Issue
Block a user