File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,7 @@ private extension CommentContentTableViewCell {
321321
322322 nameLabel? . font = style. nameFont
323323 nameLabel? . textColor = style. nameTextColor
324+ nameLabel? . numberOfLines = 1
324325
325326 badgeLabel? . font = Style . badgeFont
326327 badgeLabel? . textColor = Style . badgeTextColor
@@ -358,10 +359,10 @@ private extension CommentContentTableViewCell {
358359 let font = UIFont . preferredFont ( forTextStyle: . footnote)
359360 configuration. image = image
360361 configuration. imagePlacement = . leading
361- configuration. imagePadding = 6
362+ configuration. imagePadding = 2
362363 configuration. titleTextAttributesTransformer = UIConfigurationTextAttributesTransformer {
363364 var attributes = $0
364- attributes. font = font. withWeight ( . medium )
365+ attributes. font = font
365366 return attributes
366367 }
367368 configuration. contentInsets = . init( top: 8 , leading: 8 , bottom: 8 , trailing: 8 )
You can’t perform that action at this time.
0 commit comments