make the name in quoted messages wraps to infinite lines in the message info screen

pull/874/head
Ryan ZHAO 1 year ago
parent 1ca9fea2ca
commit bd9941fcc8

@ -151,7 +151,6 @@ struct QuoteView_SwiftUI: View {
Text(author)
.bold()
.font(.system(size: Values.smallFontSize))
.lineLimit(1)
.foregroundColor(themeColor: targetThemeColor)
}

Loading…
Cancel
Save