Procházet zdrojové kódy

style={{ display: "flex" }}

visuddhinanda před 2 roky
rodič
revize
e077c8f4e1

+ 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]}