Skip to content

Commit

Permalink
fix(ld-notification): center content vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
renet committed Nov 24, 2021
1 parent 86a3c3c commit 99fd1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-notification/ld-notification.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
.ld-notification__item-content {
display: grid;
grid-auto-flow: column;
align-items: baseline;
align-items: center;
gap: var(--ld-sp-12);
padding: var(--ld-sp-6) var(--ld-sp-12);

Expand Down

0 comments on commit 99fd1bc

Please sign in to comment.