From a7f2b5244d4593e36cfb18aab404a9cb652f4a84 Mon Sep 17 00:00:00 2001
From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com>
Date: Tue, 11 Apr 2023 10:21:26 -0700
Subject: [PATCH] UI: Remove minwidth to fix account info being cut off
(#11119)
## Addresses #10800
**Before**
**After**
- [x] Changes file added for user-visible changes in `changes/`
- [x] Manual QA for all new/changed functionality
---------
Co-authored-by: Jacob Shandling
---
changes/10800-account-info-cutoff | 1 +
frontend/pages/UserSettingsPage/_styles.scss | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
create mode 100644 changes/10800-account-info-cutoff
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 {