Skip to content

Commit

Permalink
Merge pull request #326 from FlowFuse/305-fix
Browse files Browse the repository at this point in the history
Fix height of buttons in a form
  • Loading branch information
joepavitt authored Nov 8, 2023
2 parents 1aface9 + 64d4b1a commit f34a600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/stylesheets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ main {
/* Make sure Button fills the containing group */
.v-btn.v-btn--density-default {
height: auto;
min-height: calc(var(--v-btn-height));
}

.v-btn-group .v-btn--variant-elevated,
Expand Down

0 comments on commit f34a600

Please sign in to comment.