Skip to content

Commit

Permalink
fix(abc:sv): fix bottom spacing in border mode (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Dec 14, 2023
1 parent 5eafa8f commit b5bea4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/abc/sv/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@
&__bordered {
overflow: hidden;
border-top: 1px solid @border-color-split;
border-bottom: 1px solid @border-color-split;
border-left: 1px solid @border-color-split;

@{sv-prefix}__item {
Expand Down Expand Up @@ -264,5 +263,10 @@
padding: @descriptions-small-padding;
}
}

// offset the padding-bottom of last row
.@{ant-prefix}-row {
margin-bottom: 0;
}
}
}

0 comments on commit b5bea4e

Please sign in to comment.