-
+
{/* TODO: Filter */}
)
diff --git a/app/pages/form-contents/index.tsx b/app/pages/form-contents/index.tsx
index 6ad19e0..8e60d0e 100644
--- a/app/pages/form-contents/index.tsx
+++ b/app/pages/form-contents/index.tsx
@@ -207,7 +207,7 @@ export const FormContentsPage = (properties: TProperties) => {
label="Konten"
placeholder="Masukkan Konten"
className="shadow"
- inputClassName="bg-white focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none border-0"
+ inputClassName="bg-white focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none border-0 min-h-[42px]"
labelClassName="text-sm font-medium text-[#363636]"
category="content"
/>
diff --git a/app/pages/news-detail/index.tsx b/app/pages/news-detail/index.tsx
index 84fb4c6..8bcd236 100644
--- a/app/pages/news-detail/index.tsx
+++ b/app/pages/news-detail/index.tsx
@@ -29,9 +29,7 @@ export const NewsDetailPage = () => {