/*
 Theme Name:   website Child
 Description:  website Child Theme
 Author:       website
 Author URI:   http://website.com
 Template:     website
 Version:      1.0.0
 Text Domain:  website
*/
/* Increase dropdown height so multiline options show properly */
select#billing_area option {
    white-space: normal !important;
    line-height: 1.4em !important;
    padding: 5px 0;
}

select#billing_area {
    height: auto !important;
}
