Sfoglia il codice sorgente

Merge pull request #2094 from visuddhinanda/agile

无作业折行
visuddhinanda 1 anno fa
parent
commit
56c38506d0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dashboard/src/components/template/SentEdit/SentWbw.tsx

+ 1 - 1
dashboard/src/components/template/SentEdit/SentWbw.tsx

@@ -166,7 +166,7 @@ const SentWbwWidget = ({
       />
       <div>
         {isCourseAnswer ? (
-          <Space>
+          <Space style={{ flexWrap: "wrap" }}>
             {"无作业:"}
             {nonWbwUser.length > 0
               ? nonWbwUser.map((item, id) => {