Skip to content

Commit

Permalink
[MWPW-131397] Unset min-height on Aside background image for notifica…
Browse files Browse the repository at this point in the history
…tion variant (adobecom#757)

unset min-height on bg image for notification variant

Co-authored-by: Honwai Wong <honstar.wong@gmail.com>
  • Loading branch information
2 people authored and vgoodric committed Feb 1, 2024
1 parent d86a3e3 commit 737afde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/blocks/aside/aside.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
height: 100%;
}

.aside.notification .background img {
min-height: unset;
}

.aside .foreground.container {
display: flex;
position: relative;
Expand Down Expand Up @@ -664,4 +668,4 @@
.aside.notification.medium .foreground.container .text+.image {
margin-right: 0;
}
}
}

0 comments on commit 737afde

Please sign in to comment.