Remove additional whitespace
This commit is contained in:
@@ -38,10 +38,10 @@
|
||||
<umb-box-header title="Editor settings"></umb-box-header>
|
||||
<umb-box-content>
|
||||
<umb-control-group label="Use in rich text editor and the grid">
|
||||
<umb-toggle checked="model.macro.useInEditor" on-click="model.toggle('useInEditor')" ></umb-toggle>
|
||||
<umb-toggle checked="model.macro.useInEditor" on-click="model.toggle('useInEditor')"></umb-toggle>
|
||||
</umb-control-group>
|
||||
<umb-control-group label="Render in rich text editor and the grid" ng-if="model.macro.useInEditor">
|
||||
<umb-toggle checked="model.macro.renderInEditor && model.macro.useInEditor" on-click="model.toggle('renderInEditor')" ></umb-toggle>
|
||||
<umb-toggle checked="model.macro.renderInEditor && model.macro.useInEditor" on-click="model.toggle('renderInEditor')"></umb-toggle>
|
||||
</umb-control-group>
|
||||
</umb-box-content>
|
||||
</umb-box>
|
||||
|
||||
Reference in New Issue
Block a user