diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index 22e999061f1e5544483f9fbb1c21fc54c6301b96..ae1a456b699fd231a142b3bd5ae11b33f4358a08 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -1448,6 +1448,17 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
 			&#grid-header {
 				color: var(--color-text-maxcontrast);
 				z-index: 60; /* above new-user */
+
+				#headerDisplayName,
+				#headerPassword,
+				#headerAddress,
+				#headerGroups,
+				#headerSubAdmins,
+				#headerQuota,
+				#headerLanguages {
+					/* Line up header text with column content for when there’s inputs */
+					padding-left: 7px;
+				}
 			}
 			&:hover {
 				input:not([type='submit']):not(:focus):not(:active) {
@@ -1529,6 +1540,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
 					}
 				}
 				&.userActions {
+					#newsubmit {
+						width: 100%;
+					}
 					.toggleUserActions {
 						position: relative;
 						.icon-more {
@@ -1569,4 +1583,4 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
 			user-select: none;
 		}
 	}
-}
\ No newline at end of file
+}