Problem/Motivation
Dropbutton field in view breaks the UI of page if the body content is too long. it shows correctly inside view preview but if you check the view page you see extremely long button going off the page. Checked this in olivero theme.
Steps to reproduce
- Create few nodes either article or basic page with long text in body.
- Create a content view page with default settings.
- In page display settings select unformatted list/grid/html list with fileds and save it.
- In view settings, add content body field with formatter set to summary or trimmed and trimmed limit set to >= 250. keep all other default settings.
- In view settings, add global dropbutton and check title and body under fields and keep all other default settings
- save the view and check the view page.
Proposed resolution
Currently width of dropbutton is set as width:max-content;
changing it to width:100%;
resolves the issue.