Fix profile edit button text to not wrap

This commit is contained in:
2023-02-03 00:01:35 -05:00
parent 1fd4d4d950
commit 1f3e3096c1

View File

@@ -92,6 +92,7 @@ struct EditButton: View {
.stroke(borderColor(), lineWidth: 1)
}
.minimumScaleFactor(0.5)
.lineLimit(1)
}
}