Skip to content

Commit 98f7d2c

Browse files
committed
🐛 Fix a weird issue with the colour inputs being too narrow
This always *used* to work, not sure what changed but this makes them look the same as the rest of the inputs.
1 parent 6d3515f commit 98f7d2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

octoprint_ws281x_led_status/static/css/ws281x_led_status.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
height: 500px;
2626
overflow-y: auto;
2727
}
28+
29+
#settings_plugin_ws281x_led_status input[type="color"] {
30+
min-height: 30px;
31+
}

0 commit comments

Comments
 (0)