style: fix spacing for hidden form messages
This commit is contained in:
parent
1c29ba5ddc
commit
8873aed765
@ -9,13 +9,14 @@ $case formLayout
|
|||||||
$of _
|
$of _
|
||||||
$forall view <- fieldViews
|
$forall view <- fieldViews
|
||||||
$if fvId view == idFormSectionNoinput
|
$if fvId view == idFormSectionNoinput
|
||||||
<h3 .form-section-title :isFormVertical:.form--vertical>
|
<div .form-section-title .interactive-fieldset__target :isFormVertical:.form--vertical>
|
||||||
^{fvLabel view}
|
<h3>
|
||||||
$maybe hint <- fvTooltip view
|
^{fvLabel view}
|
||||||
<div .form-section-title__hint :isFormVertical:.form--vertical>
|
$maybe hint <- fvTooltip view
|
||||||
^{hint}
|
<div .form-section-title__hint .interactive-fieldset__target :isFormVertical:.form--vertical>
|
||||||
|
^{hint}
|
||||||
$elseif fvId view == idFormMessageNoinput
|
$elseif fvId view == idFormMessageNoinput
|
||||||
<div .form-section-notification :isFormVertical:.form--vertical>
|
<div .form-section-notification .interactive-fieldset__target :isFormVertical:.form--vertical>
|
||||||
^{fvInput view}
|
^{fvInput view}
|
||||||
$else
|
$else
|
||||||
<div .form-group .interactive-fieldset__target :fvRequired view && not isFormWorkflowDataset:.form-group--required :fvRequired view && isFormWorkflowDataset:.form-group--potentially-required :not $ fvRequired view:.form-group--optional :isJust $ fvErrors view:.form-group--has-error :isFormVertical:.form--vertical>
|
<div .form-group .interactive-fieldset__target :fvRequired view && not isFormWorkflowDataset:.form-group--required :fvRequired view && isFormWorkflowDataset:.form-group--potentially-required :not $ fvRequired view:.form-group--optional :isJust $ fvErrors view:.form-group--has-error :isFormVertical:.form--vertical>
|
||||||
|
|||||||
Reference in New Issue
Block a user