This commit is contained in:
Timmy Crawford 2019-07-12 12:53:59 -07:00 committed by GitHub
parent c68fdde2e5
commit 7efefc1495
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
- AdvancedFilters component: fire `onAdvancedFilterAction` for match changes.
- TableCard component: add `onSearch` an `onSort` function props.
- Add new component `<List />` for displaying interactive list items.
- Fix z-index issue in `<Chart />` empty message.
# 3.1.0
- Added support for a countLabel prop on SearchListItem to allow custom counts.

View File

@ -34,7 +34,6 @@
right: 0;
top: 0;
text-align: center;
z-index: 1;
@include breakpoint( '<782px' ) {
@include font-size( 13 );