Browse Source

style={{ display: "flex" }}

visuddhinanda 2 years ago
parent
commit
e077c8f4e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/Wbw/WbwDetailFm.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/WbwDetailFm.tsx

@@ -224,7 +224,7 @@ const WbwDetailFmWidget = ({
         <Space size={0} key="space">
           {factorMeaning.map((item, index) => {
             return (
-              <span key={index}>
+              <span key={index} style={{ display: "flex" }}>
                 <WbwFactorMeaningItem
                   key={index}
                   pali={factors[index]}