[Frontend] Cleanups to Inspector config elements
open #729 In-progress! Markup and CSS mods continued; Config params added to PlotOptionsForm.js to allow control-first layout per form row; Changed titles of Inspector parts;
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
req: row.required,
|
||||
valid: mctFormInner.$dirty && mctFormInner.$valid,
|
||||
invalid: mctFormInner.$dirty && !mctFormInner.$valid,
|
||||
first: $index < 1
|
||||
first: $index < 1,
|
||||
'l-controls-first': row.layout === 'control-first',
|
||||
'l-input-sm': row.inputsize === 'sm'
|
||||
}">
|
||||
<div class='label flex-elem' title="{{row.description}}">
|
||||
{{row.name}}
|
||||
|
||||
Reference in New Issue
Block a user