Ver Fonte

<MdView className="pcd_article"

visuddhinanda há 3 anos atrás
pai
commit
4f80b9d66c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      dashboard/src/components/article/ArticleView.tsx

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

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