style fix

This commit is contained in:
Yuri Kuznetsov
2022-10-19 12:56:24 +03:00
parent b9541eea35
commit 7c869ce3fc
@@ -8,7 +8,11 @@
{{#each scopeList}}
<div class="record">
<label><h4><input type="checkbox" class="check-scope" data-scope="{{./this}}"> {{translate this category='scopeNames'}}</h4></label>
<label style="user-select: none; cursor: pointer;"><h4><input
type="checkbox"
class="check-scope"
data-scope="{{./this}}"
> {{translate this category='scopeNames'}}</h4></label>
<div class="edit-container-{{toDom this}} hide">
{{{var this ../this}}}
</div>