Skip to content

Commit

Permalink
Update: (liferay#450) Dropdown .dropdown-menu > .list-unstyled shou…
Browse files Browse the repository at this point in the history
…ld have no margin-bottom
  • Loading branch information
pat270 committed Jan 25, 2018
1 parent 0212baa commit e94fab5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/clay/src/scss/components/_dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
max-height: $dropdown-inline-scroller-max-height-mobile;
}
}

> .list-unstyled {
margin-bottom: 0;
}
}

// Dropdown Action
Expand Down

0 comments on commit e94fab5

Please sign in to comment.