We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400eb8f commit 46ce059Copy full SHA for 46ce059
Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkAttachmentView.swift
@@ -102,7 +102,6 @@ public struct LinkAttachmentView: View {
102
.padding(.bottom, 8)
103
}
104
.padding(.horizontal, padding)
105
- .frame(maxWidth: width)
106
.onTapGesture {
107
if UIApplication.shared.canOpenURL(linkAttachment.originalURL) {
108
UIApplication.shared.open(linkAttachment.originalURL, options: [:])
0 commit comments