Explorar o código

add className="dict_component" in dict

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
a6f0ab3a9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/article/RightPanel.tsx

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

@@ -163,7 +163,7 @@ const RightPanelWidget = ({
               }),
               key: "dict",
               children: (
-                <div style={tabInnerStyle}>
+                <div className="dict_component" style={tabInnerStyle}>
                   <DictComponent />
                 </div>
               ),