* changed p element to div to allow inner elements. This prevents warnings when using ReportCard component woocommerce/woocommerce-admin#7703

* added testing instructions and changelog woocommerce/woocommerce-admin#7703

* removed unnecessary test description woocommerce/woocommerce-admin#7703

Co-authored-by: Leonardo Lopes de Albuquerque <leonardo.albuquerque@automattic.com>
This commit is contained in:
leonardo lopes de albuquerque 2021-10-07 11:47:14 -03:00 committed by GitHub
parent cc1dab6e70
commit 2521d7d073
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: Fix
fixed warnings when using AdvancedFilters component. #7704

View File

@ -277,7 +277,7 @@ class AdvancedFilters extends Component {
<CardHeader justify="flex-start">
<Text
variant="subtitle.small"
as="p"
as="div"
weight="600"
size="14"
lineHeight="20px"

View File

@ -26,7 +26,7 @@
margin-bottom: 0;
}
p {
div {
display: flex;
line-height: 38px;
}