fix table cell CSS so that the 'choose another page' button displays in full

This commit is contained in:
Matt Westcott 2016-09-30 15:43:44 +01:00
parent 1b2cb50a84
commit 378516855f
2 changed files with 7 additions and 1 deletions

View file

@ -14,3 +14,9 @@
font-size: 2.5em !important;
}
}
.page-permissions-listing {
.admin_page_chooser .field-content {
width: 100%; // so that 'choose another page' button displays in its entirety
}
}

View file

@ -11,7 +11,7 @@
</p>
{% endif %}
<table class="listing">
<table class="listing page-permissions-listing">
<col />
{% for i in formset.permission_types %}
<col width="15%" />