Skip to content

Commit

Permalink
fix(segment): leave left border on first element to have consistent l…
Browse files Browse the repository at this point in the history
…ook when elements wrap
  • Loading branch information
lubber-de committed Jan 16, 2019
1 parent e1fa490 commit 88b0f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/elements/segment.less
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
.ui.segments > .horizontal.segments:first-child {
border-top: none;
}
.ui.horizontal.segments > .segment:first-child {
.ui.horizontal.segments:not(.stackable) > .segment:first-child {
border-left: none;
}

Expand Down

0 comments on commit 88b0f35

Please sign in to comment.