mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
[Frontend] Cleanups to Inspector config elements
open #729 Spacing tweaks; set PlotOptionsForm.js > Autoscale to not use control-first layout; Checked in snow theme;
This commit is contained in:
parent
7171fd01e3
commit
4983d35ca6
@ -77,7 +77,8 @@
|
||||
}
|
||||
|
||||
.form {
|
||||
margin-bottom: $interiorMargin;
|
||||
margin-bottom: $interiorMarginSm;
|
||||
padding-bottom: $interiorMarginLg;
|
||||
.form-section {
|
||||
margin-bottom: 0;
|
||||
&:not(.first) {
|
||||
|
@ -77,8 +77,7 @@ define(
|
||||
{
|
||||
'name': 'Autoscale',
|
||||
'control': 'checkbox',
|
||||
'key': 'autoscale',
|
||||
'layout': 'control-first'
|
||||
'key': 'autoscale'
|
||||
},
|
||||
{
|
||||
'name': 'Min',
|
||||
|
Loading…
x
Reference in New Issue
Block a user