Update changelog

This commit is contained in:
Jeremy Thomas 2018-10-07 18:40:27 +02:00
parent 70902ce58c
commit c8272cfbb6
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@
* #1999 Change `$border` to `$grey-lighter` in mixins
* #2085 `.media-content` will allow scrolling horizontally if the content is too wide
* #1744 Fix #1710 by using `$table-striped-row-even-hover-background-color` only for even rows
* #2074 Allow `<button>` as `.dropdown-item`
### Bug fixes

View file

@ -59,9 +59,9 @@ $dropdown-divider-background-color: $border !default
a.dropdown-item,
button.dropdown-item
padding-right: 3rem
text-align: left
white-space: nowrap
width: 100%
text-align: left
&:hover
background-color: $dropdown-item-hover-background-color
color: $dropdown-item-hover-color