fix(theme-chalk): [pagination] fix spacing when sizes is at the end (#7339)

This commit is contained in:
Zhongxiang Wang 2022-04-23 20:05:49 +08:00 committed by GitHub
parent 6d9e56a106
commit 6c399d32d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,6 +276,12 @@
min-width: 24px;
}
}
@include e(sizes) {
@include when(last) {
margin-left: 16px;
}
}
}
}