diff --git a/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/css-tests.html b/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/css-tests.html
index c69688c763..e3c3f725b7 100644
--- a/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/css-tests.html
+++ b/src/Umbraco.Web.UI.Client/lib/bootstrap/less/tests/css-tests.html
@@ -940,7 +940,7 @@
diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html
index c0b254f80a..7e37c57328 100644
--- a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html
+++ b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html
@@ -61,6 +61,7 @@
required
ng-model="installer.current.model.password"
id="password"
+ spellcheck="false"
/>
At least {{installer.current.model.minCharLength}} characters
diff --git a/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree-root.less b/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree-root.less
index 83f1cd8d36..b0a230b4fb 100644
--- a/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree-root.less
+++ b/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree-root.less
@@ -10,10 +10,14 @@
height: @editorHeaderHeight;
}
+ h1, h5 {
+ margin: 0;
+ flex: 1;
+ }
+
h1 {
font-size: @baseFontSize;
font-weight: 700;
- margin: 0;
width: 100%;
display: flex;
}
diff --git a/src/Umbraco.Web.UI.Client/src/views/components/application/umb-login.html b/src/Umbraco.Web.UI.Client/src/views/components/application/umb-login.html
index e466cfbca5..b53e29c365 100644
--- a/src/Umbraco.Web.UI.Client/src/views/components/application/umb-login.html
+++ b/src/Umbraco.Web.UI.Client/src/views/components/application/umb-login.html
@@ -22,7 +22,7 @@
New password
{{vm.invitedUserPasswordModel.passwordPolicyText}}
-
+
Your new password cannot be blank!
Minimum {{vm.invitedUserPasswordModel.passwordPolicies.minPasswordLength}} characters
@@ -32,7 +32,7 @@