When creating a new group it is sometimes difficult to see which dashboards and cards to add to the group especially if the names are lengthy as they get cut off by a wrap style. I suggest a CSS change to allow the modal to be most of the view width.
Existing Modal
Improved Modal
The CSS changes are quite simple:
div.modal.trans-scale-1 { width:70vw}
.dm-haystack-result-template { width:100%}
I currently implement this via a browser CSS styling extension but it would be a nice native change for all users. I believe a similar change for all small modals across the board would be a welcome change.