Skip to content

Commit

Permalink
Prevent crowding of node name & i18n options #9678
Browse files Browse the repository at this point in the history
  • Loading branch information
johnatawnclementawn committed Jun 21, 2023
1 parent ed38976 commit 8fc7f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="widget-inline-tools-collapser" data-bind=" click: function() {
showi18nOptions(!showi18nOptions());
}">
<span>
<span style="flex: 1">
<label class="control-label widget-input-label" data-bind="text:label"></label>
<!-- ko if: node -->
<i data-bind="css: {'ion-asterisk widget-label-required': node.isrequired}"></i>
Expand Down

0 comments on commit 8fc7f8a

Please sign in to comment.