From e36561457bf8be5593b411e4849facd8fd6736be Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 26 Nov 2019 17:59:26 +0800 Subject: [PATCH] fix(ActionSheet): reset button padding (#5113) --- src/action-sheet/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/action-sheet/index.less b/src/action-sheet/index.less index a2d3637c2..6e54ae3aa 100644 --- a/src/action-sheet/index.less +++ b/src/action-sheet/index.less @@ -8,6 +8,7 @@ &__cancel { display: block; width: 100%; + padding: 0; font-size: @action-sheet-item-font-size; line-height: @action-sheet-item-height; text-align: center;