From 12f806449d034546f6f101853e9e10c35fed6141 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 15 Mar 2016 10:19:25 +0100 Subject: [PATCH] Prevent to overflow the parent container. This is acceptable + // to some extent, but on mobile it can cause the entire site to have a horizontal + // scrollbar instead. Setting a `max-width` will cause the browser to respect the page + // boundaries and nicely wrap the displayed value instead. + max-width: 100%; +} + .selectDropdown { position: relative; -- 2.20.1