Skip to content

Commit

Permalink
🐛 Fix a weird issue with the colour inputs being too narrow
Browse files Browse the repository at this point in the history
This always *used* to work, not sure what changed but this makes them look the same as the rest of the inputs.
  • Loading branch information
cp2004 committed Sep 14, 2021
1 parent 6d3515f commit 98f7d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions octoprint_ws281x_led_status/static/css/ws281x_led_status.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
height: 500px;
overflow-y: auto;
}

#settings_plugin_ws281x_led_status input[type="color"] {
min-height: 30px;
}

0 comments on commit 98f7d2c

Please sign in to comment.