Skip to content

Commit

Permalink
Prevent page wizard broken while DE scaling
Browse files Browse the repository at this point in the history
Issue: Samsung#277
Problem: While user use page scaling more than 100% page wizard is too
big to close it
Solution: Define height of big container
Signed-off-by: Kornelia Kobiela <k.kobiela@samsung.com>
  • Loading branch information
Kornelia Kobiela committed Aug 16, 2019
1 parent 8b4efe2 commit 0d1f568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions design-editor/styles/design-editor/page-wizard.less
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ closet-page-wizard {
-webkit-flex: 9;
background-color: @background-color-highlight;
padding: 10px;
height: 100%;
box-sizing: border-box;
closet-pw-thumbnail {
display : -webkit-flex;
flex-direction: column;
Expand Down

0 comments on commit 0d1f568

Please sign in to comment.