Issue #2227121 by emma.maria, Vally79, DickJohnson, Jill L, frankfarm, rootwork, jamesquinton, Rajendar Reddy, krueschi, ericxb, seiplax, bluegriff: The "Default country" dropdown element overflows the installer container at certain widths

8.0.x
Alex Pott 2015-02-03 16:00:37 +00:00
parent 079b250084
commit 64042b0171
1 changed files with 7 additions and 0 deletions

View File

@ -183,6 +183,13 @@ textarea.form-textarea {
clear: both;
}
/**
* Limits extra long instances of select elements to the max width allowed
* to avoid breaking layouts.
*/
select {
max-width: 100%;
}
/**
* Select elements - Webkit only