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

Fraf 2895 #2834

Merged
merged 3 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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