diff --git a/IceCubesApp/App/Tabs/Settings/DisplaySettingsView.swift b/IceCubesApp/App/Tabs/Settings/DisplaySettingsView.swift index 5f2829c7..4250e5a1 100644 --- a/IceCubesApp/App/Tabs/Settings/DisplaySettingsView.swift +++ b/IceCubesApp/App/Tabs/Settings/DisplaySettingsView.swift @@ -216,6 +216,9 @@ struct DisplaySettingsView: View { Text("settings.display.max-reply-indentation-\(String(userPreferences.maxReplyIndentation))") .font(.scaledBody) } + .alignmentGuide(.listRowSeparatorLeading) { d in + d[.leading] + } } Toggle("settings.display.show-account-popover", isOn: $userPreferences.showAccountPopover) }