Skip to content

Commit

Permalink
Merge pull request #895 from SwedbankPay/feature/SWED-2263-bug_DS_hom…
Browse files Browse the repository at this point in the history
…epage_section_height

SWED-2263 fix height section DS homepage
  • Loading branch information
goldenraphti authored Aug 7, 2023
2 parents 26b7be3 + 4e692c8 commit ecc7cb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Changelog

## [10.8.4] - 03.07.2023
## [10.8.5] - 03.07.2023

## Component changes

### Non breaking UI changes

- Expandable
- new UI
- can add icons to the title
- Expand scoping of css for icons to include `.material-icons-outlined` where it's missing

- New payment-card icon

## Testing

- continue expand E2E tests to new components
- expandable
## Design System website

- fix a homepage UI bug (section's height)
2 changes: 1 addition & 1 deletion src/less/documentation-swedbankpay.less
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
max-width: 82rem;

section {
height: 100vh;
min-height: 100vh;
}

.rotate-icon {
Expand Down

0 comments on commit ecc7cb2

Please sign in to comment.