From f38647dfa5b0c6d0cd4a880460de7efcfc8828de Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 26 Jul 2018 16:13:44 -0700 Subject: [PATCH] ContactListItem: Add spacing above and below (for 'show members') --- stylesheets/_modules.scss | 2 ++ ts/components/ContactListItem.md | 28 ++++++++++++++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index e8de8da2f73..99ef36a9813 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1290,6 +1290,8 @@ // Module: Contact List Item .module-contact-list-item { + padding-top: 5px; + padding-bottom: 5px; display: flex; flex-direction: row; align-items: center; diff --git a/ts/components/ContactListItem.md b/ts/components/ContactListItem.md index 1e94d8ee4f1..254c2d66024 100644 --- a/ts/components/ContactListItem.md +++ b/ts/components/ContactListItem.md @@ -15,15 +15,27 @@ #### With name and profile +Note the proper spacing between these two. + ```jsx - console.log('onClick')} -/> +
+ console.log('onClick')} + /> + console.log('onClick')} + /> +
``` #### With name and profile, verified