From 2ceb744925fab3f5e7327beae9e6b47d3c928a19 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 19 Oct 2013 21:42:29 +0000 Subject: [PATCH] Allow horizontal scrolling for combo list box drop down items --- app/views/layouts/application.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 6323b38..1754796 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -11,6 +11,9 @@ body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } + .x-boundlist-item { + white-space: nowrap; + } %body .container