fix(privacy): Fix Manage Website Data row tap area (#31377)

Fix Manage Website Data row tap area.
- Allow tapping anywhere on Manage Website Data row.
- Left as modal due to SwiftUI toolbar bug (doesn't show in detail views)
This commit is contained in:
StephenHeaps
2025-09-24 23:05:56 +09:00
committed by GitHub
parent 94026991ed
commit f9b021e8bd
@@ -37,6 +37,8 @@ struct AdvancedShieldsSettingsView: View {
title: Strings.manageWebsiteDataTitle,
subtitle: nil
)
.frame(maxWidth: .infinity, alignment: .leading)
.contentShape(.rect)
}
)
}