Fix tt3 attributes table

This commit is contained in:
“Chris 2023-04-20 20:57:24 +03:00
parent 2ece044c6c
commit e10fb35731
1 changed files with 18 additions and 2 deletions

View File

@ -584,12 +584,28 @@ ul.wc-tabs {
font-size: var(--wp--preset--font-size--small); font-size: var(--wp--preset--font-size--small);
margin-left: 1em; margin-left: 1em;
h2 { // Hide repeated heading.
h2:first-of-type {
display: none; display: none;
} }
// Attributes table styles.
table.woocommerce-product-attributes { table.woocommerce-product-attributes {
text-align: left; tbody {
td, th {
padding: 0.2rem 0.2rem 0.2rem 0;
p {
margin: 0;
}
}
th {
text-align: left;
padding-right: 1rem;
}
}
} }
} }