Browse Source

Fix vertical menu flex

pull/1906/merge
jlukic 9 years ago
parent
commit
72ffccb96b
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/menu.less

2
src/definitions/collections/menu.less

@ -495,7 +495,7 @@ Floated Menu / Item
/*--- Item ---*/
.ui.vertical.menu .item {
display: block;
flex: 1 0 auto;
flex: 0 0 auto;
align-self: stretch !important;
background: @verticalItemBackground;
border-top: none;

Loading…
Cancel
Save