Kaynağa Gözat

<MdView className="pcd_article"

visuddhinanda 2 yıl önce
ebeveyn
işleme
4f80b9d66c

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

@@ -96,7 +96,7 @@ const ArticleViewWidget = ({
         ? html.map((item, id) => {
         ? html.map((item, id) => {
             return (
             return (
               <div key={id}>
               <div key={id}>
-                <MdView html={item} />
+                <MdView className="pcd_article" html={item} />
               </div>
               </div>
             );
             );
           })
           })