Adds line limit
This commit is contained in:
parent
5f5d0632e2
commit
4bc6fcc35b
|
@ -165,6 +165,7 @@ struct AddAccountsView: View {
|
||||||
|
|
||||||
Text(AddAccountSections.local.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.local.sectionFooter).foregroundColor(.gray)
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
.lineLimit(3)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -196,6 +197,7 @@ struct AddAccountsView: View {
|
||||||
|
|
||||||
Text(AddAccountSections.icloud.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.icloud.sectionFooter).foregroundColor(.gray)
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
.lineLimit(3)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -226,6 +228,7 @@ struct AddAccountsView: View {
|
||||||
|
|
||||||
Text(AddAccountSections.web.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.web.sectionFooter).foregroundColor(.gray)
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
.lineLimit(3)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -253,6 +256,7 @@ struct AddAccountsView: View {
|
||||||
|
|
||||||
Text(AddAccountSections.selfhosted.sectionFooter).foregroundColor(.gray)
|
Text(AddAccountSections.selfhosted.sectionFooter).foregroundColor(.gray)
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
.lineLimit(3)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue