Browse Source

Fixes #1546 1 pixel jump on first tab element segment

pull/1574/head
jlukic 9 years ago
parent
commit
456d982378
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/collections/menu.less

1
src/definitions/collections/menu.less

@ -647,6 +647,7 @@
z-index: 2; z-index: 2;
} }
.ui.tabular.menu ~ .bottom.attached.segment { .ui.tabular.menu ~ .bottom.attached.segment {
border-top: none;
margin: -1px 0px 0px; margin: -1px 0px 0px;
} }

Loading…
Cancel
Save