Skip to content

Commit

Permalink
Fix Buefy number input width
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jun 9, 2021
1 parent 63520d2 commit a3b285f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/assets/style.scss
Expand Up @@ -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 {
Expand Down

0 comments on commit a3b285f

Please sign in to comment.