Hello,
Added the following code in custom CSS
/*--- Order fix from 8theme ---*/
.woocommerce-MyAccount-content .commentlist.notes {
margin-bottom: 40px;
}
.woocommerce-MyAccount-content .commentlist.notes li {
padding-bottom: 1em;
margin-bottom: 1em;
}
.woocommerce-MyAccount-content .commentlist.notes li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.woocommerce-MyAccount-content .commentlist.notes .comment-text {
padding-left: 0;
}
.woocommerce-MyAccount-content .commentlist.notes .comment-text .meta {
font-size: 0.9rem;
}
.woocommerce-MyAccount-content .commentlist.notes .comment-text p {
margin-bottom: 0;
font-size: 1.14rem;
}
.woocommerce-account .woocommerce h2 {
padding: 1.2em 0;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
text-transform: uppercase;
font-size: 1.5rem;
margin-bottom: 1.79em;
border-bottom: 2px solid #1e1e1e;
}
.woocommerce-account header.title h3 {
font-size: 1.5rem;
}
.shop_table.order_details, .shop_table.customer_details {
border-top: none;
}
mark {
background: #dbf0c0;
}
Also will be fixed in next theme update.
Regards