Browse Source

Fix icon item not centering if narrow icon in menu

pull/2369/head
jlukic 9 years ago
parent
commit
c1ace94d43
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/collections/menu.less

4
src/definitions/collections/menu.less

@ -388,7 +388,7 @@
} }
} }
@media only screen and (min-width: @tabletBreakpoint) { @media only screen and (min-width: @tabletBreakpoint) {
.ui.menu:not(.secondary):not(.text):not(.tabular) > .container > .item:not(.right):first-child {
.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child {
border-left: @dividerSize solid @dividerBackground; border-left: @dividerSize solid @dividerBackground;
} }
} }
@ -1094,7 +1094,7 @@ Floated Menu / Item
/* Item Icon Only */ /* Item Icon Only */
.ui.menu .icon.item > .icon { .ui.menu .icon.item > .icon {
width: auto; width: auto;
margin: 0em;
margin: 0em auto;
} }
/*--- inverted ---*/ /*--- inverted ---*/

Loading…
Cancel
Save