diff --git a/mastodon/src/main/res/layout/item_profile_about.xml b/mastodon/src/main/res/layout/item_profile_about.xml index 7b65ceb38..4e336fe26 100644 --- a/mastodon/src/main/res/layout/item_profile_about.xml +++ b/mastodon/src/main/res/layout/item_profile_about.xml @@ -14,7 +14,9 @@ android:textAppearance="@style/m3_label_medium" android:textAllCaps="true" android:textSize="12sp" - android:paddingTop="8dp" + android:paddingTop="6dp" + android:paddingBottom="2dp" + android:layout_marginEnd="4dp" tools:text="Field title"/> \ No newline at end of file