From 708cef356bcb7b5574f77e9379729b36abe9c4e1 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 29 Jan 2024 15:59:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=A0=9C?= =?UTF-8?q?=EB=AA=A9=20-=202=EC=A4=84=20=EC=9D=B4=EC=83=81=EC=9D=B8=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20=EC=99=BC=EC=AA=BD=EC=A0=95=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/ContentListItemView.swift | 1 + 1 file changed, 1 insertion(+) 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)