0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Improve spacing of page permissions table in Group settings (#12585)

This commit is contained in:
Sage Abdullah 2024-11-15 16:32:51 +00:00 committed by Matt Westcott
parent d2b9bd224d
commit a5761bc2a9
4 changed files with 6 additions and 4 deletions

View File

@ -55,6 +55,7 @@ Changelog
* Fix: Restore ability to upload profile picture through account settings (Sage Abdullah)
* Fix: Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott)
* Fix: Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)
6.3 LTS (01.11.2024)

View File

@ -16,3 +16,4 @@ depth: 1
* Restore ability to upload profile picture through account settings (Sage Abdullah)
* Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott)
* Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)

View File

@ -17,9 +17,9 @@
<table class="listing">
<col />
{% for i in formset.permission_types %}
<col width="15%" />
<col width="5%" />
{% endfor %}
<col />
<col width="10%" />
<thead>
<tr>
<th>{% trans "Collection" %}</th>

View File

@ -16,9 +16,9 @@
<table class="listing">
<col />
{% for i in formset.permission_types %}
<col width="15%" />
<col width="5%" />
{% endfor %}
<col />
<col width="10%" />
<thead>
<tr>
<th>{% trans "Page" %}</th>