Skip to content

Commit

Permalink
fix(tab): position issue with fixed item size
Browse files Browse the repository at this point in the history
Closes #671
  • Loading branch information
ColinFrick authored and Sean committed Apr 27, 2019
1 parent 1b4a264 commit 3b923dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ each(@colors, {
text-align: center;
justify-content: center;
}
.ui.attached.item.menu {
.ui.attached.item.menu:not(.tabular) {
margin: 0 @attachedHorizontalOffset !important;
}

Expand Down

0 comments on commit 3b923dd

Please sign in to comment.