Skip to content

Commit 01a3461

Browse files
author
Sine Jespersen
committed
5581: add padding to mobile details modal
1 parent 654a071 commit 01a3461

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stories/Library/Modals/modal-details/modal-details.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ $MODAL_DETAILS_CONTAINER_WIDTH: 1000px;
1515
overflow: scroll;
1616
margin: 0 24px;
1717
max-width: $MODAL_DETAILS_CONTAINER_WIDTH;
18+
padding-bottom: $s-2xl;
1819

1920
@include breakpoint-s {
2021
margin: 0 45px;
22+
padding-bottom: 0;
2123
}
2224
}
2325

0 commit comments

Comments
 (0)