From b3b6eeff977405a88f43f6a01e91994546692b0c Mon Sep 17 00:00:00 2001 From: minusfive Date: Fri, 1 Sep 2017 08:32:27 -0400 Subject: [PATCH] Ensure css applies to .user-main > .about icons regardless of tag --- app/assets/stylesheets/common/base/user.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/user.scss b/app/assets/stylesheets/common/base/user.scss index 14872505457..134771b80c3 100644 --- a/app/assets/stylesheets/common/base/user.scss +++ b/app/assets/stylesheets/common/base/user.scss @@ -80,7 +80,8 @@ font-weight: normal; font-size: 1em; margin: 5px 0; - i:not(:first-of-type) { + + .d-icon:not(:first-of-type) { margin-left: 10px; } }