Skip to content
Snippets Groups Projects
Commit 64042b01 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2227121 by emma.maria, Vally79, DickJohnson, Jill L, frankfarm,...

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
parent 079b2500
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment