visuddhinanda před 2 roky
rodič
revize
62a3434190
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dashboard/src/components/template/MdView.tsx

+ 1 - 1
dashboard/src/components/template/MdView.tsx

@@ -21,7 +21,7 @@ const MdViewWidget = ({
 }: IWidget) => {
   if (html && html.trim() !== "") {
     return (
-      <Text className={className}>
+      <Text className={className} style={style}>
         {XmlToReact(gfwClear(html), wordWidget, convertor)}
       </Text>
     );