From 464b5a1f5fb1a2f11b630a8b46b44dfa588b8b22 Mon Sep 17 00:00:00 2001 From: Tushar123 Date: Fri, 19 May 2023 00:07:39 +0530 Subject: [PATCH 1/3] fix: filter section is overflowing for small screen in dashboard section #1564 --- components/dashboard/table/Filters.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/table/Filters.js b/components/dashboard/table/Filters.js index 080d8f6c80e..5ce0d48021a 100644 --- a/components/dashboard/table/Filters.js +++ b/components/dashboard/table/Filters.js @@ -68,10 +68,10 @@ export default function Filters({ style={{ position: strategy, top: y ?? '', - left: x ?? '', + left: x>0? x??'':"14px", }} > -
+

Filter Issues