Skip to content

Commit 872a98b

Browse files
authored
Merge pull request #18559 from wordpress-mobile/issue/18230-site-intent-navigation-buttons-not-scaling
Fix navigation buttons not scaling with large fonts in Site Intent
2 parents 63f01a7 + 63bb2db commit 872a98b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-----
33
* [*] Site Settings: we fixed an issue that prevented the site title to be updated when it changed in Site Settings [#18543]
44
* [*] 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]
56

67
19.8
78
-----

WordPress/Classes/ViewRelated/Site Creation/Wizard/WizardNavigation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22

33
// MARK: - WizardNavigation
4-
final class WizardNavigation: GutenbergLightNavigationController {
4+
final class WizardNavigation: UINavigationController {
55
private let steps: [WizardStep]
66
private let pointer: WizardNavigationPointer
77

0 commit comments

Comments
 (0)