mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix User Settings page responsive issues (#992)
This commit is contained in:
parent
9e98d35128
commit
c688798b5c
2 changed files with 3 additions and 2 deletions
|
|
@ -9,12 +9,13 @@
|
|||
@include flex-grow(1);
|
||||
@include align-self(flex-start);
|
||||
padding: 30px;
|
||||
min-width: 542px;
|
||||
}
|
||||
|
||||
&__additional {
|
||||
width: 350px;
|
||||
min-width: 350px;
|
||||
max-width: 350px;
|
||||
min-width: 350px;
|
||||
box-sizing: border-box;
|
||||
padding: 30px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ a {
|
|||
background-color: $white;
|
||||
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
|
||||
border: solid 1px $silver;
|
||||
min-width: 951px;
|
||||
min-width: 910px;
|
||||
max-width: calc(100vw - #{$nav-width} - #{$pad-base});
|
||||
box-sizing: border-box;
|
||||
margin-top: $pad-base;
|
||||
|
|
|
|||
Loading…
Reference in a new issue