diff --git a/app/src/main/res/layout/item_creator_channel_home_fantalk.xml b/app/src/main/res/layout/item_creator_channel_home_fantalk.xml
index 6ad3f858..8c3657a6 100644
--- a/app/src/main/res/layout/item_creator_channel_home_fantalk.xml
+++ b/app/src/main/res/layout/item_creator_channel_home_fantalk.xml
@@ -67,21 +67,14 @@
android:id="@+id/tv_fantalk_content"
style="@style/Typography.Body6"
android:layout_width="0dp"
- android:layout_height="40dp"
+ android:layout_height="wrap_content"
android:layout_marginStart="@dimen/spacing_14"
android:layout_weight="1"
android:ellipsize="end"
android:includeFontPadding="false"
- android:maxLines="2"
+ android:maxLines="1"
android:textColor="@color/white"
tools:text="팬이 쓴 응원이 보이는 부분입니다. 두 줄까지만 보여주고 초과 시 말줄임 처리." />
-
-