Fix truncation in provider footer
This commit is contained in:
parent
7e2e4d6caa
commit
ad90a5908b
|
@ -88,6 +88,7 @@ extension ProfileView {
|
|||
)
|
||||
} footer: {
|
||||
Text(L10n.Profile.Sections.VpnResolvesHostname.footer)
|
||||
.xxxThemeTruncation()
|
||||
}
|
||||
Section {
|
||||
NavigationLink {
|
||||
|
|
Loading…
Reference in New Issue