Skip to content

Commit

Permalink
fix(ui5-wizard): correct phone breakpoint size (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Dec 21, 2020
1 parent 50304f5 commit c98d9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiori/src/Wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class Wizard extends UI5Element {
}

static get PHONE_BREAKPOINT() {
return 559;
return 599;
}

static get SCROLL_DEBOUNCE_RATE() {
Expand Down

0 comments on commit c98d9ba

Please sign in to comment.