Skip to content

Commit

Permalink
fix(ui5-wizard): fix styling issues (#2547)
Browse files Browse the repository at this point in the history
- set default content background (equivalent to Standard in openui5)
- remove additional space from the content bottom

FIXES #2523
  • Loading branch information
ilhan007 committed Dec 9, 2020
1 parent 31e8a4a commit 65cb42f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fiori/src/themes/Wizard.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
position: relative;
padding: 5rem 1rem 1rem 1rem;
overflow: auto;
height: calc(100% - 4rem);
height: 100%;
box-sizing: border-box;
background: var(--sapBackgroundColor);
}

.ui5-wiz-content-item {
Expand Down

0 comments on commit 65cb42f

Please sign in to comment.