From 7336fe5527d13bebacfb9851a4e3880ccf41e883 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 14 Feb 2019 18:23:44 +0000 Subject: [PATCH] Change the max container width to 30rem. --- src/Journals/JournalEdit.tsx | 2 +- src/Journals/JournalMembers.tsx | 2 +- src/LoginGate.tsx | 4 ++-- src/Pim/index.tsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Journals/JournalEdit.tsx b/src/Journals/JournalEdit.tsx index d59f95d..b5582df 100644 --- a/src/Journals/JournalEdit.tsx +++ b/src/Journals/JournalEdit.tsx @@ -86,7 +86,7 @@ class JournalEdit extends React.PureComponent { return ( <> - +
diff --git a/src/Journals/JournalMembers.tsx b/src/Journals/JournalMembers.tsx index a867100..1a8ba47 100644 --- a/src/Journals/JournalMembers.tsx +++ b/src/Journals/JournalMembers.tsx @@ -36,7 +36,7 @@ class JournalMembers extends React.PureComponent { return ( <> - + { members ? (members.length > 0 ? diff --git a/src/LoginGate.tsx b/src/LoginGate.tsx index f2eb142..e851d59 100644 --- a/src/LoginGate.tsx +++ b/src/LoginGate.tsx @@ -47,7 +47,7 @@ class LoginGate extends React.Component { }; return ( - +

Please Log In

+

Encryption Password

You are logged in as {this.props.credentials.value.credentials.email}. diff --git a/src/Pim/index.tsx b/src/Pim/index.tsx index 7ea9234..3168e17 100644 --- a/src/Pim/index.tsx +++ b/src/Pim/index.tsx @@ -133,7 +133,7 @@ const CollectionRoutes = withStyles(styles)(withRouter( path={routeResolver.getRoute(props.routePrefix + '.new')} exact={true} render={({match}) => ( - + ( - + {(match.params.itemUid in props.items) &&