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:
parent
d2b9bd224d
commit
a5761bc2a9
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user