Update changelog
This commit is contained in:
parent
70902ce58c
commit
c8272cfbb6
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue