Removes bottom margin from template select box in content node info (#12699)

This commit is contained in:
Søren Kottal
2022-07-16 01:20:02 +02:00
committed by GitHub
parent 3e00845429
commit f426af1a50

View File

@@ -163,7 +163,7 @@
<umb-control-group ng-if="disableTemplates == false" data-element="node-info-template" label="@template_template" alias="template">
<div class="flex items-center">
<select class="input-block-level"
<select class="input-block-level mb0"
id="template"
ng-model="node.template"
ng-options="key as value for (key, value) in availableTemplates"