[bugfix] Field: right icon flex shrink (#2713)

This commit is contained in:
neverland 2019-02-11 17:42:42 +08:00 committed by GitHub
parent 8973d82b01
commit 9f7c91a3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,8 @@
&__clear,
&__icon,
&__button {
&__button,
&__right-icon {
flex-shrink: 0;
}