Browse Source

Fix item menu item border

pull/2053/head
jlukic 9 years ago
parent
commit
c8eba15a61
1 changed files with 5 additions and 0 deletions
  1. 5
      src/definitions/collections/menu.less

5
src/definitions/collections/menu.less

@ -1433,6 +1433,11 @@ Floated Menu / Item
text-align: center; text-align: center;
justify-content: center; justify-content: center;
} }
.ui.item.menu .item:last-child:before {
display: none;
}
.ui.menu.two.item .item { .ui.menu.two.item .item {
width: 50%; width: 50%;
} }

Loading…
Cancel
Save