From 1afad07b2df55aaa7af12ffb30cf8bce1067cf6c Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 11 Mar 2024 14:30:46 +0500 Subject: [PATCH] web: fix section subtitle horizontal margin --- apps/web/src/components/properties/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/properties/index.tsx b/apps/web/src/components/properties/index.tsx index a0612cade..dea3f7cf3 100644 --- a/apps/web/src/components/properties/index.tsx +++ b/apps/web/src/components/properties/index.tsx @@ -690,7 +690,7 @@ export function Section({ {title} {subtitle && ( - + {subtitle} )}