mirror of
https://github.com/nasa/openmct.git
synced 2025-02-07 19:40:28 +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 {
|
.form {
|
||||||
margin-bottom: $interiorMargin;
|
margin-bottom: $interiorMarginSm;
|
||||||
|
padding-bottom: $interiorMarginLg;
|
||||||
.form-section {
|
.form-section {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
&:not(.first) {
|
&:not(.first) {
|
||||||
|
@ -77,8 +77,7 @@ define(
|
|||||||
{
|
{
|
||||||
'name': 'Autoscale',
|
'name': 'Autoscale',
|
||||||
'control': 'checkbox',
|
'control': 'checkbox',
|
||||||
'key': 'autoscale',
|
'key': 'autoscale'
|
||||||
'layout': 'control-first'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'Min',
|
'name': 'Min',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user