From 0ee6bbd340e9d84480c839c369b913459fdd93ae Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sat, 16 Dec 2017 18:11:32 +0000 Subject: [PATCH] Bring back list margin and remove the explicit contact padding --- src/components/Contact.tsx | 1 - src/widgets/List.css | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx index 28fd116..0ffd7ad 100644 --- a/src/components/Contact.tsx +++ b/src/components/Contact.tsx @@ -151,7 +151,6 @@ class Contact extends React.PureComponent { {lastModified} )} -
{lists.map((list, idx) => ( {listIfNotEmpty(list)} diff --git a/src/widgets/List.css b/src/widgets/List.css index 3aa69fa..ce7d1c4 100644 --- a/src/widgets/List.css +++ b/src/widgets/List.css @@ -1,7 +1,6 @@ .List { list-style: none; padding: 0; - margin: 0; } .ListItem {