SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 20 forks source link

Fix dropdown menus being too short and narrow #1036

Closed PaulMorris closed 6 years ago

PaulMorris commented 6 years ago

These changes remove the height-setting CSS styles that make drop down menus in the enrollment steps too short. They also remove the width-setting CSS styles that make the provider type menu too narrow. (Changing the width of other menus would disrupt the positioning of other items near them, so that remains unchanged.)

Tested by clicking through the enrollment steps for a Durable Medical Equipment application and an Audiologist application to see that the drop down menus are not too short, and that the provider type menu is also not too narrow.

Before:

screenshot_2018-08-16 provider type page 2

After:

screenshot_2018-08-16 provider type page 1

Another after (widest option):

screenshot_2018-08-16 provider type page 3

Resolves #163: dropdown menus too short and narrow