Skip to content

Commit

Permalink
Merge pull request #158 from flowforge/150-lower-case-btn
Browse files Browse the repository at this point in the history
Prevent the forced uppercase button label from Vuetify/Material Design
  • Loading branch information
joepavitt authored Aug 30, 2023
2 parents 2b7b978 + 8becc21 commit 07d13da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/src/stylesheets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ main {
min-height: var(--widget-row-height);
}

/**
* Widget: Button
*/
.v-btn {
text-transform: none;
}

/**
* Widget: Form
*/
Expand Down

0 comments on commit 07d13da

Please sign in to comment.