#36621: Button position issue when using admin filter_vertical.
---------------------------------+-----------------------------------------
Reporter: Antoliny | Type: Bug
Status: new | Component: contrib.admin
Version: 5.2 | Severity: Normal
Keywords: filter_vertical | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
---------------------------------+-----------------------------------------
Currently, when using `filter_vertical` in admin, the position of the
buttons for moving items between the "to" and "from" boxes, as well as the
position of the related-widget-wrapper, appear incorrect.
[[Image(before.png)]]
I believe they should probably be adjusted as follows.
[[Image(after.png)]]
This issue likely occurs because the widget used with `filter_vertical`
has a `width` of 100%.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36621>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.