From 6ccd64f550ea99c833fea03368651220d7cbf2ea Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 22:37:32 +0530 Subject: [PATCH] fix: -rm whitespace --- src/components/organisms/BrowserWindow.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index d4aa0b15..70cd1607 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -251,7 +251,7 @@ export const BrowserWindow = () => { onClick={() => handleAttributeSelection(option.value)} style={{ justifyContent: 'flex-start', - maxWidth: '200px', + maxWidth: '80%', overflow: 'hidden', padding: '5px 10px', }} @@ -272,8 +272,6 @@ export const BrowserWindow = () => { ) : null } - - {((getText === true || getList === true) && !showAttributeModal && highlighterData?.rect != null && highlighterData?.rect.top != null) && canvasRef?.current ?