CSS override for the plugin header (https://github.com/woocommerce/woocommerce-admin/pull/7598)
This commit is contained in:
parent
aaf7832ddb
commit
e6833b19eb
|
@ -2,8 +2,10 @@
|
|||
.components-card__header {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
display: flex !important;
|
||||
|
||||
h2 {
|
||||
align-self: start !important;
|
||||
color: $gray-900;
|
||||
font-size: 20px;
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Reference in New Issue