prevent v-input append slot from shrinking (#7974)

This commit is contained in:
Azri Kahar
2021-09-14 04:49:34 +08:00
committed by GitHub
parent 3e7d00982f
commit c05886d36c

View File

@@ -379,6 +379,7 @@ body {
}
.append {
flex-shrink: 0;
margin-left: 8px;
}
}