mirror of https://github.com/snachodog/mybuddy.git
🐛 sets overflow-auto class only for child selection input
This commit is contained in:
parent
a453d869a3
commit
e950aeb4da
|
@ -5,7 +5,7 @@
|
|||
{{ field.label }}
|
||||
{% endif %}
|
||||
</label>
|
||||
<div class="col-sm-10 overflow-auto">
|
||||
<div class="col-sm-10{% if field|widget_type == 'childradioselect' %} overflow-auto"{% endif %}">
|
||||
{% if field|field_type == "booleanfield" %}
|
||||
<div class="btn-group-toggle" data-toggle="buttons">
|
||||
<label for="id_{{ field.name }}" class="btn btn-outline-light btn-no-hover{% if field.value %} active{% endif %}">
|
||||
|
|
Loading…
Reference in New Issue