File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
public/scss/fieldType/edit
views/themes/admin/ui/field_type/edit Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1818 }
1919 }
2020
21+ & __input-wrapper {
22+ & --checkbox-input {
23+ display : flex ;
24+ align-items : flex-start ;
25+ gap : calculateRem (8px );
26+
27+ .ibexa-input--checkbox {
28+ margin-top : calculateRem (4px );
29+ }
30+ }
31+ }
32+
2133 & __spinner {
2234 display : none ;
2335 }
Original file line number Diff line number Diff line change 11{% block checkbox_row %}
22 <div class =" ibexa-field-edit-preview__info ibexa-field-edit-preview__info--{{ name }}" >
3- <div class =" ibexa-field-edit-preview__input-wrapper" >
3+ <div class =" ibexa-field-edit-preview__input-wrapper ibexa-field-edit-preview__input-wrapper--checkbox-input " >
44 <input class =" ibexa-input ibexa-input--checkbox" type =" checkbox" {{ block (' widget_attributes' ) }}{% if value is defined %} value =" {{ value }}" {% endif %}{% if checked %} checked =" checked" {% endif %}>
55 <span class =" ibexa-data-source__label-text" >{{ translation_domain is same as (false ) ? label : label | trans({}, translation_domain ) }}</span >
66 </div >
You can’t perform that action at this time.
0 commit comments