styling changes

This commit is contained in:
Alex Corey
2019-04-18 13:07:10 -04:00
parent 2067718c0e
commit 8fa9535b98
2 changed files with 13 additions and 3 deletions

View File

@@ -72,15 +72,23 @@ class Organization extends Component {
match,
history
} = this.props;
const {
organization,
error,
loading
} = this.state;
const tabsPaddingOverride = {
padding: '0'
};
let cardHeader = (
loading ? ''
: (
<CardHeader>
<CardHeader
style={tabsPaddingOverride}
>
<I18n>
{({ i18n }) => (
<React.Fragment>