Fix Buefy number input width

This commit is contained in:
Kailash Nadh 2021-06-09 20:02:24 +05:30
parent 63520d2370
commit a3b285fa62

View file

@ -317,6 +317,9 @@ section {
.has-numberinput .field, .field.is-grouped {
margin-bottom: 0;
}
.b-numberinput.field.is-grouped div.control {
flex-grow: 0;
}
/* Tabs */
.b-tabs .tab-content {