Skip to content

Commit

Permalink
#4167 - Tabular menu now has correct bottom margin in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jun 26, 2016
1 parent bbcde4b commit 39ef156
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -113,6 +113,7 @@
- **List** - Bullets would be affected by font weight, or whether the list item was a link #3715 #3721
- **List** - Divided lists had unnecessary padding on first and last items, in both horizontal and vertical layouts #3710
- **Menu** - `stackable` menu with `left/right` `menu` or `item` would incorrectly be floated when stacked. #3604
- **Menu** - `tabular menu` now has correct bottom margin #4167
- **Menu** - `@dividerSize` was not being used in `vertical menu` #3781
- **Menu** - `vertical text menu` no longer includes `left` or `right` padding, but will now sit flush with content.
- **Modal** - RGB values set for dimmer `background-color` were not being correctly interpreted #3665 **Thanks @larsbo**
Expand Down
4 changes: 3 additions & 1 deletion src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,9 @@ Floated Menu / Item
.ui.tabular.menu + .attached:not(.top).segment,
.ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
border-top: none;
margin: 0px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
width: 100%;
}
.top.attached.segment + .ui.bottom.tabular.menu {
Expand Down

0 comments on commit 39ef156

Please sign in to comment.