Fix Buefy number input width
This commit is contained in:
parent
63520d2370
commit
a3b285fa62
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue