diff --git a/Habitica/res/layout/todo_item_card.xml b/Habitica/res/layout/todo_item_card.xml index acc6d1606..ea1f4dc63 100644 --- a/Habitica/res/layout/todo_item_card.xml +++ b/Habitica/res/layout/todo_item_card.xml @@ -42,7 +42,7 @@ android:id="@+id/notesTextView" style="@style/CardText" android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:maxLines="3" />