Merge pull request woocommerce/woocommerce-admin#1563 from woocommerce/fix/1402-legend-transition

Remove margin between chart legends in column direction
This commit is contained in:
Tiago Noronha 2019-02-14 21:23:39 +00:00 committed by GitHub
commit 5d3ce289f9
1 changed files with 2 additions and 2 deletions

View File

@ -138,11 +138,11 @@
}
.woocommerce-legend__direction-column & {
margin: 2px 0;
margin: 0;
padding: 0;
& > button {
height: 32px;
height: 36px;
padding: 0 17px;
}