Browse Source

Fixes dropdown inside even-item menu

pull/912/head
jlukic 11 years ago
parent
commit
dbf9d20f2c
1 changed files with 6 additions and 1 deletions
  1. 7
      src/collections/menu.less

7
src/collections/menu.less

@ -325,6 +325,11 @@
min-width: 100%;
}
/* Even Width Menu Dropdown */
.ui.item.menu .dropdown .menu .item {
width: 100%;
}
/*--------------
Labels
---------------*/
@ -1428,7 +1433,6 @@
padding-right: 0px !important;
text-align: center;
}
.ui.menu.two.item .item {
width: 50%;
}
@ -1463,6 +1467,7 @@
width: 8.333%;
}
/*--------------
Fixed
---------------*/

Loading…
Cancel
Save