Преглед изворни кода

:fire: style={{ display: "flex" }}

visuddhinanda пре 2 година
родитељ
комит
38e464017c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dashboard/src/pages/library/article/show.tsx

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

@@ -127,7 +127,7 @@ const Widget = () => {
             <NetStatus style={{ color: "white" }} />
           </Space>
           <div></div>
-          <Space key="right" style={{ display: "flex" }}>
+          <Space key="right">
             {type === "article" && loadedArticleData ? (
               <Button
                 ghost