diff --git a/SodaLive/Sources/Content/Main/V2/ContentCreatorView.swift b/SodaLive/Sources/Content/Main/V2/ContentCreatorView.swift index daa4a23..8b67d6d 100644 --- a/SodaLive/Sources/Content/Main/V2/ContentCreatorView.swift +++ b/SodaLive/Sources/Content/Main/V2/ContentCreatorView.swift @@ -38,7 +38,10 @@ struct ContentCreatorView: View { Color.graybb ) + .lineLimit(1) + .truncationMode(.tail) } + .frame(width: 60) } }