changed classname of controls div

This commit is contained in:
Joel McKinnon 2020-02-26 12:21:53 -08:00
parent ec4d121a98
commit 463ec47af6
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@
:is-default="domainObject.configuration.criteria.length === 1"
@persist="persist"
/>
<div>
<div class="c-c__criterion-controls">
<span class="is-enabled c-c__duplicate"
@click="cloneCriterion(index)"
></span>

View File

@ -198,7 +198,7 @@
}
}
.temp {
.c-c__criterion-controls {
width: 28px;
.c-c__duplicate,