visuddhinanda před 2 roky
rodič
revize
8a3e688b27
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      dashboard/src/pages/library/article/show.tsx

+ 2 - 2
dashboard/src/pages/library/article/show.tsx

@@ -130,7 +130,7 @@ const Widget = () => {
             <NetStatus style={{ color: "white" }} />
             <NetStatus style={{ color: "white" }} />
           </div>
           </div>
           <div></div>
           <div></div>
-          <Space key="right">
+          <div style={{ display: "flex" }} key="right">
             {type === "article" && loadedArticleData ? (
             {type === "article" && loadedArticleData ? (
               <Button
               <Button
                 ghost
                 ghost
@@ -193,7 +193,7 @@ const Widget = () => {
                 }
                 }
               />
               />
             </Tooltip>
             </Tooltip>
-          </Space>
+          </div>
         </Header>
         </Header>
       </Affix>
       </Affix>
       <div style={{ width: "100%", display: "flex" }}>
       <div style={{ width: "100%", display: "flex" }}>