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 25, 2021
1 parent 16c1f30 commit 5b114fe
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 5b114fe

Please sign in to comment.