diff --git a/web/styles/modal.css b/web/styles/modal.css index 29a11d027f..47a62835d3 100644 --- a/web/styles/modal.css +++ b/web/styles/modal.css @@ -365,6 +365,7 @@ box-shadow: inset 0 1px 1px hsl(0deg 0% 0% / 7.5%); transition: border linear 0.2s, box-shadow linear 0.2s; margin-bottom: 10px; + width: 206px; &:focus { border-color: hsl(206deg 80% 62% / 80%); diff --git a/web/templates/dialog_change_password.hbs b/web/templates/dialog_change_password.hbs index 3636c33862..7e79992225 100644 --- a/web/templates/dialog_change_password.hbs +++ b/web/templates/dialog_change_password.hbs @@ -1,7 +1,7 @@