1
0
Fork 0
mirror of synced 2024-05-19 20:22:33 +12:00

fix(ui): document boolean attribute margin bottom

This commit is contained in:
Torsten Dittmann 2021-12-01 13:55:37 +01:00
parent c8d7ea8071
commit 3aadb7d102
4 changed files with 5 additions and 4 deletions

View file

@ -234,11 +234,11 @@ $logs = $this->getParam('logs', null);
</script>
<script type="text/html" id="template-boolean">
<input type="hidden" data-forms-switch data-ls-attrs="name={{attribute.key}}" data-ls-bind="{{project-document|documentAttribute}}" data-cast-to="boolean" class="margin-bottom-no" />
<input type="hidden" data-forms-switch data-ls-attrs="name={{attribute.key}}" data-ls-bind="{{project-document|documentAttribute}}" data-cast-to="boolean" />
</script>
<script type="text/html" id="template-boolean-array">
<input type="hidden" data-forms-switch data-ls-attrs="name={{attribute.key}}" data-ls-bind="{{item}}" data-cast-to="boolean" class="margin-bottom-no" />
<input type="hidden" data-forms-switch data-ls-attrs="name={{attribute.key}}" data-ls-bind="{{item}}" data-cast-to="boolean" />
</script>
<script type="text/html" id="template-url">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -821,6 +821,7 @@ label.switch {
background: var(--config-color-fade);
display: inline-block;
margin: 0;
margin-bottom: 32px;
padding: 5px;
.func-padding-start(5px);
.func-padding-end(30px);