Skip to content

Commit 5a54a2f

Browse files
fix: set fixed height for product-details-wrapper to ensure alignment (#184)
1 parent 083daf8 commit 5a54a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clips/popup-banner/clip/clip.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
.product-details {
9797
display: flex;
9898
width: 390px;
99+
height: 43px;
99100
padding: 10px;
100101
justify-content: space-between;
101102
gap: 9px; /*min-gap*/
@@ -377,6 +378,7 @@
377378

378379
.product-details {
379380
width: 302px;
381+
height: 35px;
380382
bottom: 0px;
381383
}
382384

0 commit comments

Comments
 (0)