visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
62a3434190
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
     );