From e7427abf1e1e2227edd8fc205bdfb7cc9406dd9b Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 8 Apr 2025 12:26:19 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B1=84=EB=84=90=EB=B3=84=20=EC=9D=B8?= =?UTF-8?q?=EA=B8=B0=20=EC=BD=98=ED=85=90=EC=B8=A0=20-=20=EC=B1=84?= =?UTF-8?q?=EB=84=90=EB=AA=85=20=EA=B8=B8=EC=9D=B4=20=EC=A0=9C=ED=95=9C,?= =?UTF-8?q?=20=EC=82=AC=EC=A7=84=20=EB=84=88=EB=B9=84=20=EC=9D=B4=EC=83=81?= =?UTF-8?q?=EC=9D=B4=EB=A5=B4=E3=85=97=20=EA=B8=B8=EC=96=B4=EC=A7=80?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/Main/V2/ContentCreatorView.swift | 3 +++ 1 file changed, 3 insertions(+) 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) } }