fix: custom sidebar field class name

This commit is contained in:
prssanna 2020-08-21 16:58:34 +05:30
parent 27f751f6b3
commit 451ef06da8

View file

@ -8,7 +8,7 @@
<div class="print-format-builder-field-placeholder"
data-fieldname="{%= f.fieldname %}">
<div title="{{f.label}}" class="field-label data-pill sidebar-field ellipsis
{%= (f.fieldtype==="Custom HTML") ? "custom-sidebar-field" : "" %}"
{%= (f.fieldtype==="Custom HTML") ? "sidebar-custom-field" : "" %}"
style="cursor: grab; display: inline-block">
{%= __(f.label) %}
</div>