Skip to content

Commit

Permalink
center align icons
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Nov 26, 2024
1 parent bb51831 commit 473c0e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/uui-icon/lib/uui-icon.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ export class UUIIconElement extends LitElement {
static styles = [
css`
:host {
display: inline-block;
vertical-align: bottom;
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.125em;
height: 1.125em;
}
Expand Down

0 comments on commit 473c0e3

Please sign in to comment.