diff --git a/SodaLive/Sources/Content/ContentListItemView.swift b/SodaLive/Sources/Content/ContentListItemView.swift index f105c8f..d9fc006 100644 --- a/SodaLive/Sources/Content/ContentListItemView.swift +++ b/SodaLive/Sources/Content/ContentListItemView.swift @@ -59,6 +59,7 @@ struct ContentListItemView: View { Text(item.title) .font(.custom(Font.medium.rawValue, size: 12)) .foregroundColor(Color(hex: "d2d2d2")) + .multilineTextAlignment(.leading) .padding(.top, 8) .padding(.bottom, 10)