diff --git a/app/src/main/res/layouts/mastodon/layout/activity_edit_profile.xml b/app/src/main/res/layouts/mastodon/layout/activity_edit_profile.xml
index 453ce724..a7bda828 100644
--- a/app/src/main/res/layouts/mastodon/layout/activity_edit_profile.xml
+++ b/app/src/main/res/layouts/mastodon/layout/activity_edit_profile.xml
@@ -162,41 +162,74 @@
tools:text="@tools:sample/lorem/random" />
-
-
+ android:layout_marginStart="16dp"
+ android:layout_marginTop="10dp"
+ android:layout_marginEnd="16dp"
+ app:layout_constraintTop_toBottomOf="@id/bio"
+ >
+
+
+
+
+ android:layout_marginHorizontal="12dp"
+ android:padding="5dp"
+ android:orientation="vertical"
+ app:layout_constraintTop_toBottomOf="@id/fields_label">
-
+
+
+
+
+
+
-
+ app:layout_constraintTop_toBottomOf="@id/fields_main_container" />