[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

View File

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