diff --git a/polygerrit-ui/app/elements/settings/gr-http-password/gr-http-password.html b/polygerrit-ui/app/elements/settings/gr-http-password/gr-http-password.html
index 2fe07ca397..54cfd655d4 100644
--- a/polygerrit-ui/app/elements/settings/gr-http-password/gr-http-password.html
+++ b/polygerrit-ui/app/elements/settings/gr-http-password/gr-http-password.html
@@ -18,6 +18,7 @@ limitations under the License.
+
@@ -35,6 +36,9 @@ limitations under the License.
#generatedPasswordDisplay {
margin: 1em 0;
}
+ #generatedPasswordDisplay .title {
+ width: unset;
+ }
#generatedPasswordDisplay .value {
font-family: var(--monospace-font-family);
}
@@ -73,6 +77,12 @@ limitations under the License.
New Password:
[[_generatedPassword]]
+
+
This password will not be displayed again.