Locate below code in file storefront/view/default_html5/stylesheet/style.css
.dropdown-menu {
padding: 15px;
position: absolute;
top: 97%;
left: 7px;
z-index: 99999;
display: none;
float: left;
min-width: 120px;
margin: 1px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #DDDDDD;
border-bottom: 4px solid #00A1CB;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0
}
Add:
white-space: normal;