Problem/Motivation

The Views exposed forms provided by the Entity Browser module are getting the usa-form-large class, which although "large" is still too narrow. These are not typical forms and should extend to 100%.

Proposed resolution

Allow Entity Browser forms to extend full width.

Comments

brockfanning created an issue.

mferanda’s picture

Try adding this in your custom theme...

form.usa-form-large {
max-width: 100%;
}