diff --git a/app/src/main/res/layout-land/item_timer.xml b/app/src/main/res/layout-land/item_timer.xml
index 2a56795..ce4b8f4 100644
--- a/app/src/main/res/layout-land/item_timer.xml
+++ b/app/src/main/res/layout-land/item_timer.xml
@@ -17,8 +17,12 @@
android:layout_centerHorizontal="true"
android:hint="@string/label"
android:textSize="@dimen/text_size_medium"
- android:layout_marginTop="@dimen/item_padding_top"
- android:layout_marginBottom="@dimen/item_margin_between_elements"/>
+ android:maxLines="1"
+ android:ellipsize="end"
+ android:paddingStart="@dimen/cardview_margin"
+ android:paddingEnd="@dimen/cardview_margin"
+ android:paddingTop="@dimen/item_padding_top"
+ android:paddingBottom="@dimen/item_padding_bottom"/>
-
+ android:fontFamily="sans-serif-light"
+ android:textSize="@dimen/text_size_display_2"/>
+ android:maxLines="1"
+ android:ellipsize="end"
+ android:paddingStart="@dimen/cardview_margin"
+ android:paddingEnd="@dimen/cardview_margin"
+ android:paddingTop="@dimen/item_padding_top"
+ android:paddingBottom="@dimen/item_padding_bottom"/>
-
+ android:fontFamily="sans-serif-light"
+ android:textSize="@dimen/text_size_display_2"/>