Skip to content

Commit 650c219

Browse files
committed
fix tag as well
1 parent 913b79e commit 650c219

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: packages/uui-tag/lib/uui-tag.element.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ export class UUITagElement extends LitElement {
5959
}
6060
6161
slot {
62-
display: flex;
63-
align-items: center;
64-
justify-content: center;
62+
display: block;
63+
align-content: center;
6564
margin: 2px;
6665
}
6766

0 commit comments

Comments
 (0)