mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
UI: Remove minwidth to fix account info being cut off (#11119)
## Addresses #10800 **Before** <img width="779" alt="Screenshot 2023-04-10 at 5 00 38 PM" src="https://user-images.githubusercontent.com/61553566/231021958-8df1dd3b-6008-4b73-92bf-dd8facafccb4.png"> **After** <img width="779" alt="Screenshot 2023-04-10 at 5 01 12 PM" src="https://user-images.githubusercontent.com/61553566/231021968-51654111-5173-4387-9163-e11bc75560aa.png"> - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
9ea390a7da
commit
a7f2b5244d
2 changed files with 1 additions and 1 deletions
1
changes/10800-account-info-cutoff
Normal file
1
changes/10800-account-info-cutoff
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Fixed a UI bug where fields on the "My account" page were cut off at smaller viewport widths
|
||||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
&__manage {
|
||||
flex-grow: 1;
|
||||
min-width: 542px;
|
||||
}
|
||||
|
||||
.info-banner {
|
||||
|
|
|
|||
Loading…
Reference in a new issue