diff --git a/changes/changelog.d/933.bugfix b/changes/changelog.d/933.bugfix
new file mode 100644
index 0000000000000000000000000000000000000000..ff8712be21d498316605bd7b961093d757071764
--- /dev/null
+++ b/changes/changelog.d/933.bugfix
@@ -0,0 +1 @@
+Ensure password input doesn't overflow outside of container (#933)
diff --git a/front/src/components/forms/PasswordInput.vue b/front/src/components/forms/PasswordInput.vue
index 702be4f66a5642493012afd70ae3ea7d949dd134..fe1a01a9ff688a599f6ca96af9061ecc12e675b5 100644
--- a/front/src/components/forms/PasswordInput.vue
+++ b/front/src/components/forms/PasswordInput.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="ui action input">
+  <div class="ui fluid action input">
     <input
     required
     name="password"