Skip to content

Commit

Permalink
fix: fix width of <input> in SettingItems
Browse files Browse the repository at this point in the history
  • Loading branch information
letwebdev committed Feb 26, 2024
1 parent 9e9c22f commit a1baccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SettingItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function reset() {
single-line
density="compact"
type="number"
class="min-w-80px"
class="w-80px"
/>
</template>
</v-slider>
Expand Down

0 comments on commit a1baccd

Please sign in to comment.