Преглед изворни кода

style={{ display: "flex" }}

visuddhinanda пре 2 година
родитељ
комит
e077c8f4e1
1 измењених фајлова са 1 додато и 1 уклоњено
  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">
         <Space size={0} key="space">
           {factorMeaning.map((item, index) => {
           {factorMeaning.map((item, index) => {
             return (
             return (
-              <span key={index}>
+              <span key={index} style={{ display: "flex" }}>
                 <WbwFactorMeaningItem
                 <WbwFactorMeaningItem
                   key={index}
                   key={index}
                   pali={factors[index]}
                   pali={factors[index]}