Skip to content

Commit 73910e7

Browse files
ENGCOM-2385: Remove extra spaces from Magento/Ui #16872
2 parents 78aa602 + b2084fd commit 73910e7

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

app/code/Magento/Ui/view/base/web/templates/form/components/collection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<legend class="admin__legend">
3131
<span text="$parent.label"/>
3232
</legend><br />
33-
33+
3434
<each args="getRegion('body')" render=""/>
3535
</fieldset>
3636
</div>

app/code/Magento/Ui/view/base/web/templates/form/element/checkbox-set.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
<div class="admin__field-control"
1717
css="'_with-tooltip': $data.tooltip">
1818
<div class="admin__field admin__field-option" outereach="options">
19-
<input
19+
<input
2020
ko-checked="$parent.value"
2121
ko-disabled="$parent.disabled"
2222
css="
2323
'admin__control-radio': !$parent.multiple,
2424
'admin__control-checkbox': $parent.multiple"
2525
attr="
26-
id: ++ko.uid,
26+
id: ++ko.uid,
2727
value: value,
2828
type: $parent.multiple ? 'checkbox' : 'radio'"/>
2929

app/code/Magento/Ui/view/base/web/templates/form/field.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="admin__field-note" if="$data.notice" attr="id: noticeId">
3636
<span translate="notice"/>
3737
</div>
38-
38+
3939
<div class="admin__additional-info" if="$data.additionalInfo" html="$data.additionalInfo"></div>
4040

4141
<render args="$data.service.template" if="$data.hasService()"/>

app/code/Magento/Ui/view/base/web/templates/grid/editing/bulk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</button>
1414
</with>
1515
</if>
16-
16+
1717
<if args="$data.isEditor">
1818
<label class="admin__field-label admin__field-label-vertical" attr="for: uid" translate="'All in Column'"/>
1919
<render/>

app/code/Magento/Ui/view/base/web/templates/grid/editing/row.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<span class="data-grid-row-changed" css="_changed: $parent.hasChanges">
1212
<span class="data-grid-row-changed-tooltip" translate="'Record contains unsaved changes.'"/>
1313
</span>
14-
</td>
15-
14+
</td>
15+
1616
<!-- ko ifnot: $parent.isActionsColumn($data) -->
1717
<td if="$col.isEditor" template="$parent.fieldTmpl"/>
1818
<td ifnot="$col.isEditor" css="$col.getFieldClass()" template="$col.getBody()"/>

app/code/Magento/Ui/view/base/web/templates/grid/sticky/sticky.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div style="display: none;" css="stickyClass" afterRender="setStickyNode">
88
<span class="data-grid-cap-left" afterRender="setLeftCap"/>
99
<span class="data-grid-cap-right" afterRender="setRightCap"/>
10-
10+
1111
<div afterRender="setStickyToolbarNode">
1212
<div class="admin__data-grid-header">
1313
<div class="admin__data-grid-header-row">

app/code/Magento/Ui/view/base/web/templates/group/group.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<render args="elementTmpl" if="element.input_type == 'checkbox' || element.input_type == 'radio'"/>
2020
</if>
2121
</each>
22-
22+
2323
<each args="getRegion('insideGroup')" render=""/>
2424

2525
<each args="elems" if="validateWholeGroup">

0 commit comments

Comments
 (0)