Skip to content

Commit

Permalink
Hide details on vuetify components
Browse files Browse the repository at this point in the history
Signed-off-by: Brianna Major <[email protected]>
  • Loading branch information
bnmajor committed Jul 31, 2023
1 parent 6971524 commit aa16a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/core/App/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<v-row class="ma-0 pa-0" :style="{height: '25px'}">
<v-slider
dense
hide-details
:min="minTimeStep"
:max="maxTimeStep"
:disabled="!dataLoaded"
Expand Down Expand Up @@ -72,6 +73,7 @@
<v-col :sm="4">
<v-text-field
dense
hide-details
filled
type="number"
min="minTimeStep"
Expand Down

0 comments on commit aa16a6e

Please sign in to comment.