diff --git a/auth/assets/public/style.css b/auth/assets/public/style.css
index f80c8cf84..75ce77af9 100644
--- a/auth/assets/public/style.css
+++ b/auth/assets/public/style.css
@@ -93,6 +93,10 @@ a:hover {
padding: 1.25rem 0.75rem;
}
+select.form-control {
+ padding: 0 0.5rem;
+}
+
.form-control:focus {
box-shadow: none;
border-color: var(--primary);
diff --git a/auth/assets/templates/profile.html.tpl b/auth/assets/templates/profile.html.tpl
index 3ed689ff0..ffc680213 100644
--- a/auth/assets/templates/profile.html.tpl
+++ b/auth/assets/templates/profile.html.tpl
@@ -61,6 +61,28 @@
aria-label="{{ tr "profile.template.form.handle.label" }}">
+
+
+
+
+
+