From 424606abef953c2aa4419eb9083e0f9d26896487 Mon Sep 17 00:00:00 2001 From: qubis741 Date: Fri, 22 Dec 2023 15:45:35 +0100 Subject: [PATCH 1/3] make size of Tag remove button important --- src/components/tag/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/tag/theme.css b/src/components/tag/theme.css index b663049c5..dfa02fd2f 100644 --- a/src/components/tag/theme.css +++ b/src/components/tag/theme.css @@ -16,8 +16,8 @@ .remove-button { border-radius: 50%; min-width: initial; - height: var(--size); - width: var(--size); + height: var(--size)!important; + width: var(--size)!important; } .is-small { From 67e3623e67b91f26b0330172184fccd4fe2d7613 Mon Sep 17 00:00:00 2001 From: qubis741 Date: Fri, 22 Dec 2023 15:46:23 +0100 Subject: [PATCH 2/3] bump package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ddbb25a9..4b6c62dc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "25.0.2", + "version": "25.0.3", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues" From 67f60c2a8d4bbd802a7b13857869d6705243633e Mon Sep 17 00:00:00 2001 From: qubis741 Date: Fri, 22 Dec 2023 15:47:30 +0100 Subject: [PATCH 3/3] updated changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6a27c62..979fb1b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ ### Fixed +## [25.0.3] + +### Fixed + +- `Tag`: Height of remove button ([@qubis741](https://github.com/qubis741)) in [#2834](https://github.com/teamleadercrm/ui/pull/2834) + ## [25.0.2] ### Added