Skip to content

Commit

Permalink
fix: 修复多余 row 的样式导致 col 不换行问题 (#1996)
Browse files Browse the repository at this point in the history
* fix: 修复row样式问题

fix #1964, fix #1851

* fix: 修复多余 row 的样式导致 col 不换行问题

"fix #1964", "fix #1851"

---------

Co-authored-by: pingwu <pingwu@tencent.com>
  • Loading branch information
wuping97 and pingwu authored May 15, 2023
1 parent c963d3a commit 720478a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/row/row.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.t-row {
display: flex;
align-items: center;
}

.t-row:after {
clear: both;
content: '';
Expand Down

0 comments on commit 720478a

Please sign in to comment.