File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
WordPress/Classes/ViewRelated/Site Creation/Wizard Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
-----
3
3
* [*] Site Settings: we fixed an issue that prevented the site title to be updated when it changed in Site Settings [#18543]
4
4
* [*] Media Picker: Fixed an issue where the empty state view was being displayed incorrectly. [#18471]
5
+ * [*] Site Creation: we fixed an issue where the navigation buttons were not scaling when large fonts were selected on the device [#18559]
5
6
6
7
19.8
7
8
-----
Original file line number Diff line number Diff line change 1
1
import UIKit
2
2
3
3
// MARK: - WizardNavigation
4
- final class WizardNavigation : GutenbergLightNavigationController {
4
+ final class WizardNavigation : UINavigationController {
5
5
private let steps : [ WizardStep ]
6
6
private let pointer : WizardNavigationPointer
7
7
You can’t perform that action at this time.
0 commit comments