From 90b3e0e745886298447448ac677d63eb2383c8d3 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 20 Jun 2022 12:40:46 +0300 Subject: [PATCH] Set max-width for color selection component --- assets/css/components/color_selection.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/components/color_selection.scss b/assets/css/components/color_selection.scss index fbe803eb..4281dcc3 100644 --- a/assets/css/components/color_selection.scss +++ b/assets/css/components/color_selection.scss @@ -1,4 +1,6 @@ .color-selection { + max-width: 400px; + .color-selection-option { border: none; color: white;