Fix chart legend alignment in IE11
This commit is contained in:
parent
fb02d78a3d
commit
a2744c9728
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue