Problem/Motivation
The view content is set as display: grid due to changes from 3365367 in views.css which breaks views layout with pager. example on the screehshot.
Steps to reproduce:
- Standard Drupal 10.3.1 installation with Olivero as default theme
- Create three or more nodes of type Basic page
- Create a view of content (Basic page), it could be Page or Block (have not tried others)
- Set the pager to full pager and show two items
- It doesn't matter if it's a table or content output
- Look at the view output in Olivero with full pager and then with mini
Proposed resolution
Remove display:grid and its related props from views.css
Remaining tasks
User interface changes
Before:
After: