Skip to content

Commit

Permalink
fixes icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Mar 30, 2024
1 parent 6307908 commit 7e5846d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/components/metatip/metatip.element.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,14 @@
opacity: .8;
}

:host [contrast] > [title] svg {
height: 1lh;
:host [contrast] > [title] {
> [pass] {
display: inline-flex;
}

& svg {
height: 1lh;
}
}

:host [title] {
Expand Down

0 comments on commit 7e5846d

Please sign in to comment.