Skip to content

Commit

Permalink
Merge pull request #1162 from paypal/develop
Browse files Browse the repository at this point in the history
chore: cut release (#1160)
  • Loading branch information
tajha17 authored Dec 11, 2024
2 parents e07fee3 + 2e4402f commit 8322ac0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Playwright Accessibility Tests
on:
# allow for manual triggers
workflow_dispatch: {}
push:
branches: [playwright-automated-testing]
pull_request:
branches: [playwright-automated-testing]
pull_request: {}
jobs:
test:
timeout-minutes: 60
Expand All @@ -32,4 +29,4 @@ jobs:
with:
name: playwright-report
path: playwright-report/
retention-days: 1
retention-days: 1
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
@@ -1,3 +1,5 @@
@import '../globals/mixins';

.accordion {
&__container {
border: 1px solid $light-gray;
Expand Down Expand Up @@ -75,12 +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;

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

Expand Down

0 comments on commit 8322ac0

Please sign in to comment.