Merge pull request #23997 from woocommerce/fix/obw-plugin-install-highlight-size

OBW: Adjust size of plugin install highlight to avoid overlap
This commit is contained in:
Gerhard Potgieter 2019-07-04 09:18:28 +02:00 committed by GitHub
commit 91c939b963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1393,15 +1393,15 @@ p.jetpack-terms {
.wc-setup-content .recommended-item {
list-style: none;
margin-bottom: 1.5em;
&:last-child label {
&:last-child {
margin-bottom: 0; // Avoid extra space at the end of the list.
}
label {
display: flex;
align-items: center;
margin-bottom: 1.5em;
&::before,
&::after {