-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #895 from SwedbankPay/feature/SWED-2263-bug_DS_hom…
…epage_section_height SWED-2263 fix height section DS homepage
- Loading branch information
Showing
2 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -392,7 +392,7 @@ | |
max-width: 82rem; | ||
|
||
section { | ||
height: 100vh; | ||
min-height: 100vh; | ||
} | ||
|
||
.rotate-icon { | ||
|