From 2f7f3ae857510f2cdd308f3fbf872120eed547b6 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 5 Nov 2013 19:55:21 -0500 Subject: [PATCH] Fixes dropdown position in sedcondary menus --- src/collections/menu.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/collections/menu.less b/src/collections/menu.less index 9ded30dca..f7ea3f63c 100755 --- a/src/collections/menu.less +++ b/src/collections/menu.less @@ -277,8 +277,13 @@ ---------------*/ .ui.menu .dropdown.item .menu { left: 1px; - margin: 1px 0px 0px 0px; + margin: 0px; min-width: calc(100% - 1px); + box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); +} +.ui.secondary.menu .dropdown.item .menu { + left: 0px; + min-width: 100%; } .ui.menu .pointing.dropdown.item .menu { margin-top: 0.75em;