Skip to content

Commit

Permalink
min width modal, increase smallmobile height, fix link text not wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
erikacolette29 committed Dec 3, 2024
1 parent aa9bc6d commit 5805b12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/modal/v2/parts/views/LongTerm/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}

.nav__link-prefix {
min-width: 315px;
padding: 0px;
font-size: 14px;
margin: 0px;
Expand Down
3 changes: 3 additions & 0 deletions src/components/modal/v2/styles/components/_body-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
@include desktop {
max-height: 90vh;
}
@include mobile {
min-width: 285px;
}

@include lander {
height: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@
.open & {
height: 172px;
transition: height 0.2s linear;

@include smallMobile {
height: 190px;
}
}

.accordion__row {
display: flex;
justify-content: space-between;
padding: 25px 18px 0px 13px;

@include smallMobile {
padding-top: 22px;
}

&:first-child {
padding-top: 0px;

Expand Down

0 comments on commit 5805b12

Please sign in to comment.