Skip to content

Commit

Permalink
fix tag as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Feb 4, 2025
1 parent 913b79e commit 650c219
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/uui-tag/lib/uui-tag.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ export class UUITagElement extends LitElement {
}
slot {
display: flex;
align-items: center;
justify-content: center;
display: block;
align-content: center;
margin: 2px;
}
Expand Down

0 comments on commit 650c219

Please sign in to comment.