Skip to content

Commit

Permalink
apply suggestion from Bjarne
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Nov 19, 2024
1 parent 8c7712f commit de0bbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/uui-icon/lib/uui-icon.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ export class UUIIconElement extends LitElement {
:host {
display: inline-block;
vertical-align: bottom;
width: 1.15em;
height: 1.15em;
width: 1.125em;
height: 1.125em;
}
:host svg,
Expand Down
1 change: 0 additions & 1 deletion packages/uui-menu-item/lib/uui-menu-item.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
#icon {
display: inline-flex;
font-size: 15.66px;
margin-right: var(--uui-size-2);
}
Expand Down

0 comments on commit de0bbd5

Please sign in to comment.