diff options
| author | garbash <dor.garbash@gmail.com> | 2015-07-01 11:10:18 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-07-06 12:33:52 +0300 |
| commit | e508bfab15f92d2963e40b74ef1732eb0e6ed69b (patch) | |
| tree | f9d86328021da3ce481cdd82e08c6828e247e827 /res/client/css/partials | |
| parent | 417386478401d06919e079b06f67ff42cc09ea6c (diff) | |
client/css/dropdown menu: prevent line breaks, add padding on right
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/dropdown-menu.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
