Skip to content

Commit

Permalink
align icon in ref items
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Nov 26, 2024
1 parent 473c0e3 commit c6a173e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/uui-ref-node/lib/uui-ref-node.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,16 @@ export class UUIRefNodeElement extends UUIRefElement {
}
#content {
align-self: stretch;
line-height: normal;
display: flex;
position: relative;
align-items: center;
justify-content: center;
line-height: 1.2em;
}
#open-part {
color: inherit;
text-decoration: none;
cursor: pointer;
align-self: stretch;
display: flex;
flex-grow: 1;
padding: calc(var(--uui-size-2));
Expand All @@ -199,6 +197,9 @@ export class UUIRefNodeElement extends UUIRefElement {
font-size: 1.2em;
margin-left: var(--uui-size-2);
margin-right: var(--uui-size-1);
display: flex;
align-items: center;
justify-content: center;
}
#info {
Expand Down

0 comments on commit c6a173e

Please sign in to comment.