Skip to content

Commit 3ae54c1

Browse files
author
Sine Jespersen
committed
5387: make it min-height
1 parent 605317d commit 3ae54c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stories/Library/Lists/list-reservation/list-reservation.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $list-reservation-space-desktop: 24px;
2929

3030
.list-reservation__note-mobile {
3131
// To make it easy to click
32-
height: 30px;
32+
min-height: 20px;
3333
cursor: pointer;
3434
background-color: transparent;
3535
align-self: baseline;
@@ -60,7 +60,7 @@ $list-reservation-space-desktop: 24px;
6060

6161
.list-reservation__note-desktop {
6262
// To make it easy to click
63-
height: 30px;
63+
min-height: 20px;
6464
cursor: pointer;
6565
background-color: transparent;
6666
align-self: baseline;

0 commit comments

Comments
 (0)