Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2834 from teamleadercrm/FRAF-2895
Browse files Browse the repository at this point in the history
Fraf 2895
  • Loading branch information
qubis741 authored Dec 22, 2023
2 parents e9a8969 + 67f60c2 commit 89fac5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamleader/ui",
"description": "Teamleader UI library",
"version": "25.0.2",
"version": "25.0.3",
"author": "Teamleader <[email protected]>",
"bugs": {
"url": "https://github.com/teamleadercrm/ui/issues"
Expand Down
4 changes: 2 additions & 2 deletions src/components/tag/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 89fac5d

Please sign in to comment.