visuddhinanda 2 лет назад
Родитель
Сommit
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">
           {factorMeaning.map((item, index) => {
             return (
-              <span key={index}>
+              <span key={index} style={{ display: "flex" }}>
                 <WbwFactorMeaningItem
                   key={index}
                   pali={factors[index]}