Problem/Motivation
The alignment of the action button (Apply to selected items) is not correct in the views-bulk-actions module. See the attached screenshot for reference.
Steps to reproduce
- Install Drupal 11.x with Claro as an admin theme
- Go to the /admin/structure/views/view/content
- Go to the bottom of the views and see the ( Apply to selected items ) button alignment.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | apply button alignment issue solve.png | 220.63 KB | nilesh.k |
| Screenshot at Sep 10 11-33-43.png | 1.51 MB | shweta__sharma |
Issue fork drupal-3386294
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3386294-alignment-of-action
changes, plain diff MR !4741
Comments
Comment #4
gauravvvv commentedComment #5
nilesh.k commentedHi, the issue has been resolved in version 11.x. Please refer to the attached screenshots for verification
Comment #6
bandanasharma commented@nilesh.k The screenshot you attached is from the /admin/content page. However, this issue occurs when you see that the content view in the admin/structure/views/view/content path is not top-aligned due to the top margin.
Comment #7
smustgrave commentedCan confirm the issue based on the screenshot in the IS.
Hopefully there is a cleanup ticket to nest these values but definitely out of scope here.
MR fixed the preview alignment.
Comment #8
lauriiiCommitted 09da887 and pushed to 11.x. Thanks!