Skip to content

Commit

Permalink
fix(Cell): resolve demo problems (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Feb 27, 2023
1 parent 0186186 commit a515aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/badge/badge.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
vertical-align: top;

&--basic {
display: inline-block;
z-index: 100;
padding: 0 @badge-basic-padding;
font-size: @badge-font-size;
Expand Down Expand Up @@ -59,6 +58,7 @@
}

&--ribbon {
display: inline-block;
transform: rotate(45deg);
border-radius: 0;
// padding: 0;
Expand Down

0 comments on commit a515aef

Please sign in to comment.