visuddhinanda 3 anni fa
parent
commit
ba47edb931
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dashboard/src/components/article/ToolButton.tsx

+ 1 - 1
dashboard/src/components/article/ToolButton.tsx

@@ -22,7 +22,7 @@ const Widget = ({ icon, content, title }: IWidget) => {
       </Tooltip>
       <Drawer
         title={title}
-        width={350}
+        width={460}
         placement="left"
         onClose={() => {
           setOpen(false);