Skip to content

Commit

Permalink
Fixed alignment of icons in card header.
Browse files Browse the repository at this point in the history
  • Loading branch information
anilnatha committed Nov 11, 2024
1 parent 6fedec3 commit 8ee8cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/components/_Cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

display: flex;
justify-content: space-between;
align-items: center;
align-items: flex-start;

> .title {
color: var(--unity-black);
Expand All @@ -40,6 +40,7 @@
display: flex;
gap: 8px;
opacity: 0;
padding-top: 8px;
visibility: hidden;
}

Expand Down

0 comments on commit 8ee8cff

Please sign in to comment.