Skip to content

Commit f4e3a06

Browse files
committed
fix(ui): remove min-width when button is link type
1 parent 5a467ae commit f4e3a06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ui/src/styles/components/button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
}
158158

159159
@include m(link) {
160+
min-width: unset;
160161
height: auto;
161162
padding: 0;
162163
color: var(--#{$rd-prefix}button-color);

0 commit comments

Comments
 (0)