Adjust width of Select (Dropdown) in Add/Grid Add Page

Dear Expert,How to Adjust width of Select (Dropdown) in Add/Grid Add Page?
The longest selection consist of 10 Characters only but the default width too much.

You may search in this forum by using select2 width keywords.

PHPMaker uses:

.ew-select, .select2-container {
    min-width: 20em !important;
}

You may add your own styles to override it under HTML → Styles → User.