Skip to content

Commit 77231cd

Browse files
authored
vertical center align icon when used in text (#1041)
1 parent f049b67 commit 77231cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-icon/lib/uui-icon.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export class UUIIconElement extends LitElement {
139139
static styles = [
140140
css`
141141
:host {
142+
vertical-align: text-bottom;
142143
display: inline-flex;
143144
align-items: center;
144145
justify-content: center;

0 commit comments

Comments
 (0)