Fix overflow in installed profile name
This commit is contained in:
parent
b574dd68f1
commit
6f64edc95b
|
@ -91,7 +91,6 @@ private extension InstalledProfileView {
|
|||
|
||||
var nameView: some View {
|
||||
Text(profile?.name ?? Strings.Views.Profiles.Rows.notInstalled)
|
||||
.fixedSize()
|
||||
.font(.title2)
|
||||
.fontWeight(theme.relevantWeight)
|
||||
.themeTruncating(.tail)
|
||||
|
|
Loading…
Reference in New Issue