From 64042b0171121a77a03984a441febd8cf954796b Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 3 Feb 2015 16:00:37 +0000
Subject: [PATCH] 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

---
 core/themes/seven/css/components/form.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/core/themes/seven/css/components/form.css b/core/themes/seven/css/components/form.css
index 162db9f98d4a..79b342e28a61 100644
--- a/core/themes/seven/css/components/form.css
+++ b/core/themes/seven/css/components/form.css
@@ -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
-- 
GitLab