From f4e3a068363d9519dec5f66ee758c5398ccb3720 Mon Sep 17 00:00:00 2001 From: xiejay97 Date: Fri, 17 Feb 2023 10:06:37 +0800 Subject: [PATCH] fix(ui): remove `min-width` when button is link type --- packages/ui/src/styles/components/button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/src/styles/components/button.scss b/packages/ui/src/styles/components/button.scss index dc6f01a6..e8520bf6 100644 --- a/packages/ui/src/styles/components/button.scss +++ b/packages/ui/src/styles/components/button.scss @@ -157,6 +157,7 @@ } @include m(link) { + min-width: unset; height: auto; padding: 0; color: var(--#{$rd-prefix}button-color);