mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 18:21:00 +00:00
Add maxWidth for link card
This commit is contained in:
parent
ac75187298
commit
f638197a08
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue