diff --git a/Clover/app/src/main/res/layout/reply_input.xml b/Clover/app/src/main/res/layout/reply_input.xml
index df72697a..693d6412 100644
--- a/Clover/app/src/main/res/layout/reply_input.xml
+++ b/Clover/app/src/main/res/layout/reply_input.xml
@@ -60,8 +60,8 @@ along with this program. If not, see .
android:hint="@string/reply_comment"
android:imeActionLabel="@string/reply_submit"
android:inputType="textMultiLine|textCapSentences|textAutoCorrect"
- android:paddingTop="12dp"
android:minLines="4"
+ android:paddingTop="12dp"
android:textSize="14sp" />
.
android:id="@+id/reply_spoiler_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/reply_spoiler_image" />
+ android:text="@string/reply_spoiler_image"
+ android:textSize="14sp" />