Chart: Remove z-index from empty message (https://github.com/woocommerce/woocommerce-admin/pull/2646)
This commit is contained in:
parent
c68fdde2e5
commit
7efefc1495
|
@ -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.
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
right: 0;
|
||||
top: 0;
|
||||
text-align: center;
|
||||
z-index: 1;
|
||||
|
||||
@include breakpoint( '<782px' ) {
|
||||
@include font-size( 13 );
|
||||
|
|
Loading…
Reference in New Issue