Skip to content

Commit

Permalink
Fix alignment of menu-item parts
Browse files Browse the repository at this point in the history
  • Loading branch information
skttl committed Oct 14, 2024
1 parent 414ce88 commit 8c7712f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/uui-menu-item/lib/uui-menu-item.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,8 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
height: 100%;
display: flex;
align-items: center;
justify-content: center;
justify-content: end;
padding-inline-end: 3px;
color: var(--uui-color-interactive);
}
Expand Down Expand Up @@ -553,7 +554,7 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
#icon {
display: inline-flex;
font-size: 16px;
font-size: 15.66px;
margin-right: var(--uui-size-2);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class UUISymbolExpandElement extends LitElement {
:host {
display: inline-block;
width: 12px;
height: 12px;
vertical-align: middle;
}
Expand Down

0 comments on commit 8c7712f

Please sign in to comment.