From 7833a06a86c117d669608314724b0391cef18c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Mon, 4 Mar 2024 10:49:19 +0100 Subject: [PATCH] :bug: Fix color rename input height --- frontend/src/app/main/ui/workspace/sidebar/assets/colors.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets/colors.scss b/frontend/src/app/main/ui/workspace/sidebar/assets/colors.scss index 73df84f7f5..ae7193502a 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets/colors.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/assets/colors.scss @@ -55,7 +55,6 @@ $assets-button-width: $s-28; @include bodySmallTypography; @include removeInputStyle; flex-grow: 1; - height: $s-28; max-width: calc(var(--parent-size) - (var(--depth) * var(--layer-indentation-size))); margin: 0; color: var(--layer-row-foreground-color);