Skip to content

Commit

Permalink
fix(ui): remove min-width when button is link type
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Feb 17, 2023
1 parent 5a467ae commit f4e3a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/styles/components/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
}

@include m(link) {
min-width: unset;
height: auto;
padding: 0;
color: var(--#{$rd-prefix}button-color);
Expand Down

0 comments on commit f4e3a06

Please sign in to comment.