Skip to content

Commit 63b5159

Browse files
committed
fix(paint): consistent controls styling
1 parent 1c3c9a3 commit 63b5159

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/PaintControls.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
@input="setMinThreshold($event.target.value)"
9393
variant="underlined"
9494
class="mt-n3 pt-0 pl-2 opacity-70"
95-
style="max-width: 80px"
95+
style="width: 80px"
9696
density="compact"
9797
hide-details
9898
type="number"
@@ -107,7 +107,7 @@
107107
@input="setMaxThreshold($event.target.value)"
108108
variant="underlined"
109109
class="mt-n3 pt-0 pl-2 opacity-70"
110-
style="max-width: 80px"
110+
style="width: 80px"
111111
density="compact"
112112
hide-details
113113
type="number"

0 commit comments

Comments
 (0)