Fix chart legend alignment in IE11

This commit is contained in:
Tiago Noronha 2019-02-12 12:51:40 +00:00
parent fb02d78a3d
commit a2744c9728
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,6 @@
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
position: relative;
padding: 3px 0 3px 24px;
cursor: pointer;
@ -118,6 +117,7 @@
}
.woocommerce-legend__item-total {
margin-left: auto;
font-weight: bold;
}
}