diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-10-24 09:50:38 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-10-24 09:50:38 +0200 |
| commit | 97242b84c11e6c8e11b799c00e35d291a4903214 (patch) | |
| tree | 1c3835a8a1ac4f400ee7d22a4defcf44f44bc420 /ios | |
| parent | f941b41f817d29232e0f15eef9d9c11f0995dba4 (diff) | |
| parent | 1db43e7d74d1e35afc89c7064e0c859b30f22cb4 (diff) | |
| download | mullvadvpn-97242b84c11e6c8e11b799c00e35d291a4903214.tar.xz mullvadvpn-97242b84c11e6c8e11b799c00e35d291a4903214.zip | |
Merge branch 'multihop-text-truncates-at-larger-text-sizes-than-100-ios-1376'
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift b/ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift index 86b30501f4..09ea949c93 100644 --- a/ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift +++ b/ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift @@ -67,6 +67,7 @@ struct SettingsInfoView: View { .resizable() .aspectRatio(contentMode: .fit) bodyText(page) + .fixedSize(horizontal: false, vertical: true) .font(.subheadline) .opacity(0.6) } |
