Bring back list margin and remove the explicit contact padding

master
Tom Hacohen 2017-12-16 18:11:32 +00:00
parent 98686f197a
commit 0ee6bbd340
2 changed files with 0 additions and 2 deletions

View File

@ -151,7 +151,6 @@ class Contact extends React.PureComponent {
<span style={{fontSize: '90%'}}>{lastModified}</span>
)}
</PimItemHeader>
<div style={{padding: 8}} />
{lists.map((list, idx) => (
<React.Fragment key={idx}>
{listIfNotEmpty(list)}

View File

@ -1,7 +1,6 @@
.List {
list-style: none;
padding: 0;
margin: 0;
}
.ListItem {