Add maxWidth for link card
This commit is contained in:
parent
ac75187298
commit
f638197a08
@ -56,6 +56,7 @@ public struct StatusCardView: View {
|
||||
RoundedRectangle(cornerRadius: 16)
|
||||
.stroke(.gray.opacity(0.35), lineWidth: 1)
|
||||
)
|
||||
.frame(maxWidth: .maxColumnWidth)
|
||||
.onTapGesture {
|
||||
openURL(url)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user