From e3896da3c4e3b808569657632c43ab8ddb239a31 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Thu, 29 Apr 2021 15:19:04 +0200 Subject: [PATCH] :tada: Quick fixes --- frontend/resources/styles/main/partials/colorpicker.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/colorpicker.scss b/frontend/resources/styles/main/partials/colorpicker.scss index 5f04d8990..410437ae6 100644 --- a/frontend/resources/styles/main/partials/colorpicker.scss +++ b/frontend/resources/styles/main/partials/colorpicker.scss @@ -342,8 +342,8 @@ .btn-primary { height: 1.5rem; - padding: 0 2.5rem; font-size: $fs12; + width: 100%; } }