fleet/frontend/pages/UserSettingsPage/_styles.scss
Jacob Shandling a7f2b5244d
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>
2023-04-11 10:21:26 -07:00

35 lines
404 B
SCSS

.user-settings {
&__sandboxMode {
margin-top: 70px;
}
h1 {
margin: 0 0 $pad-xlarge;
}
h2 {
font-size: $x-small;
font-weight: $bold;
}
&__manage {
flex-grow: 1;
}
.info-banner {
margin-bottom: 24px;
p {
margin: 0;
}
}
.token-message {
margin-bottom: 2rem;
}
&__button-wrap {
display: flex;
justify-content: flex-end;
}
}