Skip to content

Commit

Permalink
fix(Layout): support newline (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored May 16, 2024
1 parent 883226b commit 22cabec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/row/row.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.t-row {
display: flex;
flex-flow: row;
flex-direction: row;
flex-wrap: wrap;
box-sizing: border-box;
}

0 comments on commit 22cabec

Please sign in to comment.