From 421392019ed8da066133646a2f687d96d9f81467 Mon Sep 17 00:00:00 2001 From: Paul Dechov Date: Mon, 24 Jun 2019 21:50:15 -0400 Subject: [PATCH] OBW: Adjust size of plugin install highlight to avoid overlap --- assets/css/wc-setup.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/wc-setup.scss b/assets/css/wc-setup.scss index efa36eee865..fa45b727952 100644 --- a/assets/css/wc-setup.scss +++ b/assets/css/wc-setup.scss @@ -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 {