File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
contrib/link/templates/djangocms_frontend/admin
templates/djangocms_frontend/admin/includes Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 55 {{ block.super }}
66 < style > {# Bugfix for Django admin styling # }
77 @media screen {
8- .change-form .select2-dropdown {
9- background : var (--body-bg );
10- border : 1px solid var (--border-color );
8+ .change-form .select2-dropdown {
9+ background : var (--body-bg );
10+ border : 1px solid var (--border-color );
11+ }
12+ }
13+ select {
14+ min-width : 160px ;
1115 }
12- }
1316 </ style >
1417 < script src ="{% static 'djangocms_frontend/js/bundle.link.js' %} "> </ script >
1518{% endblock %}
Original file line number Diff line number Diff line change 11< fieldset class ="module aligned {{ fieldset.classes|cut: "collapse " }}">
2- {% if fieldset.name and not "collapse" in fieldset.classes %}< h2 > {{ fieldset.name }}</ h2 > {% endif %}
2+ {% if fieldset.name %}< h2 > {{ fieldset.name }}</ h2 > {% endif %}
33 {% if fieldset.description %}
44 < div class ="description "> {{ fieldset.description|safe }}</ div >
55 {% endif %}
3232 </ div >
3333 {% endfor %}
3434</ fieldset >
35-
You can’t perform that action at this time.
0 commit comments