When there are both multiple as well as single-item drop buttons on the same page/table, there's inconsistency on their width and text alignment:

That's because the multiple-item drop buttons need extra width in order to accommodate the drop arrow on their right side.
Here's how it would look with width: 113px and text-align: left applied to the single-item drop button:

GitHub Issue #:
1090
Recent comments
Most likely this is a problem with views_send.
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Yes, this was solved in MIME mail: https://github.com/backdrop-contrib/mimemail/issues/52 The issue was that starting in php 8.1, you need \r\n to separate the header lines. Mimemail did...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Was this problem ever resolved @argiepiano? I am experiencing something similar with smtp, mailsystem, mime_mail and views_send. If I try to attach a pdf document, it gets sent but...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1