Add maxWidth for link card

This commit is contained in:
Thomas Ricouard 2023-01-30 22:19:10 +01:00
parent ac75187298
commit f638197a08

View file

@ -56,6 +56,7 @@ public struct StatusCardView: View {
RoundedRectangle(cornerRadius: 16)
.stroke(.gray.opacity(0.35), lineWidth: 1)
)
.frame(maxWidth: .maxColumnWidth)
.onTapGesture {
openURL(url)
}