Skip to content

Commit

Permalink
Removes negative margin on adjacent segment #1587
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jan 7, 2015
1 parent 26ac8fd commit fef80ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- **Modules** - Remove use of deprecated `.size()` for `.length` across all modules

**Bugs**
- **Segment** - ``ui tabular menu`` now correctly aligns with attached segment when using fluid variation
- **Steps** - Steps now use ``table-cell`` to allow steps to be equal height by default, even with different content height.
- **Button** - Fix issue with labeled icon groups in material theme

Expand Down
2 changes: 1 addition & 1 deletion src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
}
.ui.tabular.menu ~ .bottom.attached.segment {
border-top: none;
margin: -1px 0px 0px;
margin: 0px;
}


Expand Down

0 comments on commit fef80ad

Please sign in to comment.