From e01b44af6175263cb6a912a3a25263b16e00a3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=9E=E6=B3=95=E6=93=8D=E4=BD=9C?= Date: Wed, 29 May 2024 14:23:44 +0800 Subject: [PATCH] style: fix annotation panel display misalignment (#4750) --- web/app/components/app/annotation/header-opts/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app/annotation/header-opts/index.tsx b/web/app/components/app/annotation/header-opts/index.tsx index aba3b6324c..18cc0a0f9c 100644 --- a/web/app/components/app/annotation/header-opts/index.tsx +++ b/web/app/components/app/annotation/header-opts/index.tsx @@ -150,7 +150,7 @@ const HeaderOptions: FC = ({ s.actionIconWrapper, ) } - className={'!w-[154px] h-fit !z-20'} + className={'!w-[155px] h-fit !z-20'} popupClassName='!w-full !overflow-visible' manualClose />