fix settings description from PR comments

This commit is contained in:
Mikhail Mikheev 2019-09-06 17:08:31 +04:00
parent 6594e23247
commit 71c8b8fdc8
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ class ManageOwners extends React.Component<Props, State> {
<Heading tag="h2" className={classes.title}>
Manage Safe Owners
</Heading>
<Paragraph className={classes.annotation} noMargin>
<Paragraph className={classes.annotation}>
Add, remove and replace owners or rename existing owners. Owner names are only stored locally and never
shared with Gnosis or any third parties
</Paragraph>

View File

@ -10,7 +10,7 @@ export const styles = () => ({
paddingBottom: 0,
},
annotation: {
padding: lg,
paddingLeft: lg,
},
hide: {
'&:hover': {