Skip to content

Commit c98d9ba

Browse files
authored
fix(ui5-wizard): correct phone breakpoint size (#2596)
1 parent 50304f5 commit c98d9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiori/src/Wizard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class Wizard extends UI5Element {
211211
}
212212

213213
static get PHONE_BREAKPOINT() {
214-
return 559;
214+
return 599;
215215
}
216216

217217
static get SCROLL_DEBOUNCE_RATE() {

0 commit comments

Comments
 (0)