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