diff --git a/ios/brave-ios/Sources/Brave/Frontend/Settings/Features/ShieldsPrivacy/AdvancedShieldsSettingsView.swift b/ios/brave-ios/Sources/Brave/Frontend/Settings/Features/ShieldsPrivacy/AdvancedShieldsSettingsView.swift index df2b3e1cdb4..0886010c31d 100644 --- a/ios/brave-ios/Sources/Brave/Frontend/Settings/Features/ShieldsPrivacy/AdvancedShieldsSettingsView.swift +++ b/ios/brave-ios/Sources/Brave/Frontend/Settings/Features/ShieldsPrivacy/AdvancedShieldsSettingsView.swift @@ -37,6 +37,8 @@ struct AdvancedShieldsSettingsView: View { title: Strings.manageWebsiteDataTitle, subtitle: nil ) + .frame(maxWidth: .infinity, alignment: .leading) + .contentShape(.rect) } ) }