Fix profile edit button text to not wrap

Closes: #500
This commit is contained in:
2023-02-03 00:01:35 -05:00
committed by William Casarin
parent ac5f39a922
commit 9be55b08fd

View File

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