- Issue created by @w01f
'Paged output, full pager' breaks view design
After updating to 10.3.0 - either from 10.2.6 or from 10.2.7 - I encountered the same / a similar problem.
All views that use 'Paged output, full pager' suddenly display distorted, breaking the intended, original display.- Changing the pager type to 'Paged output, mini pager' restores the expected display.
- Changing the pager type to 'Display all items' restores the expected display.The issue seems to be related to the Olivero theme. I tested another theme where the display is as expected.
Tested on PHP 8.2 and PHP 8.3. Core 10.3.1 does not fix this problem.- 🇫🇷France Toki Caen, Normandy
+1, got the same issue with Olivero and a View with Unformatted list display and mini pager settings. A Grid display is set to view and view-content classes but view-filters is included in view, so filters appear on the left and content on the right. Maybe a simple CSS edit on views.css?
- 🇮🇳India DimpleL
Removing "layout--content-medium" class from Pager navigation Fixes the issue. Please refer screenshots for the same.
- 🇳🇿New Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies.
- Status changed to Closed: duplicate
28 days ago 8:21pm 26 January 2025 - 🇳🇱Netherlands johnv
The following issues are duplicates, having competing solution proposals:
🐛 Views incorrect display with filters, table and full pager Active adds 'margin-block-end'
🐛 Olivero pager template creates additional grid columns Needs work removes 'layout--content-medium'
🐛 Using 'Paged output, full pager' changes view table display Active (without patch, but contains nice screenprints in #3 and #5)
I cannot judge which solution proposal is best. I guess the first one.Settings this a duplicate, since the others have a patch.