Fixed zapier template UI spacing issue (#7582)

* Fixed zapier template UI spacing issue

* Added spacing

---------

Co-authored-by: Umair Farooq <umair.farooq@morressier.com>
This commit is contained in:
Umair Farooq
2023-03-09 10:22:30 +00:00
committed by GitHub
co-authored by Umair Farooq
parent b3c973e824
commit 65687d6110
@@ -4,7 +4,7 @@ import type { Template } from "./AppSettingsInterface";
export default function TemplateCard({ template }: { template: Template }) {
return (
<div className="min-h-16 sticky rounded-md border border-gray-200 bg-white p-5">
<div className="min-h-16 sticky flex flex-col justify-between gap-4 rounded-md border border-gray-200 bg-white p-5">
<div className="flex items-start justify-start">
<div>
<div className="mr-4 flex h-12 w-12 items-center justify-center rounded-md p-1">