From e508bfab15f92d2963e40b74ef1732eb0e6ed69b Mon Sep 17 00:00:00 2001 From: garbash Date: Wed, 1 Jul 2015 11:10:18 +0300 Subject: client/css/dropdown menu: prevent line breaks, add padding on right --- res/client/css/partials/dropdown-menu.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/client/css/partials') diff --git a/res/client/css/partials/dropdown-menu.scss b/res/client/css/partials/dropdown-menu.scss index f66d7c5d..a3f3c08a 100644 --- a/res/client/css/partials/dropdown-menu.scss +++ b/res/client/css/partials/dropdown-menu.scss @@ -51,6 +51,7 @@ .menu__type-filter_item { padding-left: 10px; + padding-right: 10px; text-align: left; &:hover { @@ -70,7 +71,7 @@ position: absolute; right: 155px; top: 0; - width: 150px; + white-space: nowrap; } #menu__type-filter_header { -- cgit v1.3.1