switch to our CardBody component on all screens, for consistent padding/spacing

This commit is contained in:
Keith Grant
2019-12-18 16:10:23 -08:00
parent 8ff0902177
commit 7ff4d821ce
44 changed files with 69 additions and 91 deletions
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import { withRouter } from 'react-router-dom';
import { withI18n } from '@lingui/react';
import { CardBody } from '@patternfly/react-core';
import { CardBody } from '@components/Card';
import UserForm from '../shared/UserForm';
import { UsersAPI } from '@api';