1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00

Add grid cols

This commit is contained in:
Nayam Amarshe 2023-08-30 19:41:12 +05:30
parent 8fdf9518cf
commit 6bca541eab

View File

@ -58,7 +58,7 @@ export const UpscaylCloudModal = ({ show, setShow }) => {
alert("Please fill in all the fields correctly.");
}
}}>
<div className="gap-2 flex">
<div className="gap-2 grid grid-cols-2">
<input
type="text"
className="input input-bordered"