From f0ec6472f172d83c395e3c43eaff39b02a8efcbd Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sun, 20 Dec 2020 16:01:15 -0500 Subject: [PATCH] Fix Hue/Sat/Lum label layout in Edit Colors --- src/edit-colors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/edit-colors.js b/src/edit-colors.js index dc60dc3..a9d61ec 100644 --- a/src/edit-colors.js +++ b/src/edit-colors.js @@ -355,6 +355,7 @@ function choose_color(initial_color, callback) { left: 63 + color_model_index * 80, top: 202 + component_index * input_y_spacing, textAlign: "right", + display: "inline-block", width: 40, height: 20, lineHeight: "20px",