diff --git a/changes/10800-account-info-cutoff b/changes/10800-account-info-cutoff new file mode 100644 index 0000000000..70fa8a8dc1 --- /dev/null +++ b/changes/10800-account-info-cutoff @@ -0,0 +1 @@ +- Fixed a UI bug where fields on the "My account" page were cut off at smaller viewport widths diff --git a/frontend/pages/UserSettingsPage/_styles.scss b/frontend/pages/UserSettingsPage/_styles.scss index a5ffcd3d98..71a0f3e21a 100644 --- a/frontend/pages/UserSettingsPage/_styles.scss +++ b/frontend/pages/UserSettingsPage/_styles.scss @@ -14,7 +14,6 @@ &__manage { flex-grow: 1; - min-width: 542px; } .info-banner {