Explorar el Código

<MdView className="pcd_article"

visuddhinanda hace 3 años
padre
commit
4f80b9d66c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>
             );
           })