diff --git a/Meshtastic/Views/Settings/Channels.swift b/Meshtastic/Views/Settings/Channels.swift index 7811de6a..3e4f095f 100644 --- a/Meshtastic/Views/Settings/Channels.swift +++ b/Meshtastic/Views/Settings/Channels.swift @@ -171,7 +171,8 @@ struct Channels: View { Spacer() TextField( "Key", - text: $channelKey + text: $channelKey, + axis: .vertical ) .padding(6) .disableAutocorrection(true)