Skip to content

Commit

Permalink
fix: realistic group demos
Browse files Browse the repository at this point in the history
Note: I'm changing the build workflow node version in the commit also to
address the re-occuring and intermittent issues with builds failing b/c
of playwright not being downloaded. Read more at these issues:
microsoft/playwright#1988
microsoft/playwright#4033 (comment)

Signed-off-by: Matt Hippely <mhippely@vmware.com>
  • Loading branch information
hippee-lee committed Jul 13, 2021
1 parent a80cfc5 commit 865e06b
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 308 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '14'
check-latest: true
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions packages/core/src/navigation/navigation.element.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@
height: 100%;
overflow: auto;
}

::slotted([slot='cds-navigation-substart']) {
width: 100%;
}
Loading

0 comments on commit 865e06b

Please sign in to comment.