From 879a6e9a94067fcccbc0b800ee004afa0c30caf6 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 2 Mar 2015 12:33:45 +0100 Subject: [PATCH] make dashboard org dropdown a little wider --- app/styles/app/modules/dropdown.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/styles/app/modules/dropdown.sass b/app/styles/app/modules/dropdown.sass index 8af734d9..4ed6ca55 100644 --- a/app/styles/app/modules/dropdown.sass +++ b/app/styles/app/modules/dropdown.sass @@ -60,13 +60,15 @@ $dropdown-border: #C3D9DB @include resetul position: absolute top: 3em - min-width: 12em + min-width: 14em background-color: $white border-radius: 4px overflow: hidden box-shadow: 2px 1px 4px 0px rgba(148,145,138,0.4) z-index: 40 display: none + li + white-space: nowrap a display: inline-block width: 100%