From f9c179e9df56307f554d2c8bd8bb888e7b554beb Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 17 Nov 2021 16:55:28 +0100 Subject: [PATCH] Fix label width oversize bug Happens at Firefox zoom level 90%, probably on Windows... Fixes: https://github.com/wekan/wekan/pull/4073#issuecomment-971563178 --- client/components/cards/labels.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/cards/labels.styl b/client/components/cards/labels.styl index aa00a28b7..700ff1044 100644 --- a/client/components/cards/labels.styl +++ b/client/components/cards/labels.styl @@ -146,6 +146,7 @@ height: 25px margin: 0px 3% 7px 0px width: 10.5% + max-width: 10.5% cursor: pointer .edit-labels