We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3c9a3 commit 63b5159Copy full SHA for 63b5159
1 file changed
src/components/PaintControls.vue
@@ -92,7 +92,7 @@
92
@input="setMinThreshold($event.target.value)"
93
variant="underlined"
94
class="mt-n3 pt-0 pl-2 opacity-70"
95
- style="max-width: 80px"
+ style="width: 80px"
96
density="compact"
97
hide-details
98
type="number"
@@ -107,7 +107,7 @@
107
@input="setMaxThreshold($event.target.value)"
108
109
110
111
112
113
0 commit comments