fix(ActionSheet): reset button padding (#5113)

This commit is contained in:
neverland 2019-11-26 17:59:26 +08:00 committed by GitHub
parent ab3ccbed8f
commit e36561457b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;