We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc6c18 commit 558498aCopy full SHA for 558498a
Core/Sources/ChatGPTChatTab/Views/BotMessage.swift
@@ -118,7 +118,7 @@ struct ReferenceList: View {
118
.lineLimit(1)
119
.truncationMode(.middle)
120
.foregroundStyle(.tertiary)
121
- .layoutPriority(/*@START_MENU_TOKEN@*/0/*@END_MENU_TOKEN@*/)
+ .layoutPriority(0)
122
}
123
.padding(.vertical, 4)
124
.padding(.horizontal, 4)
0 commit comments