Remove margin between chart legends in column direction

This commit is contained in:
Tiago Noronha 2019-02-14 16:31:20 +00:00
parent 71bae4cdec
commit ed8c587545
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;
}