فهرست منبع

宽度改为700

visuddhinanda 1 سال پیش
والد
کامیت
373985fd6a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/general/NissayaCard.tsx

+ 1 - 1
dashboard/src/components/general/NissayaCard.tsx

@@ -22,7 +22,7 @@ interface INissayaCardModal {
 export const NissayaCardPop = ({ text, trigger }: INissayaCardModal) => {
   return (
     <Popover
-      style={{ width: 600 }}
+      style={{ width: 700 }}
       content={<NissayaCardWidget text={text} cache={true} hideEditButton />}
       placement="bottom"
     >