Added styling for user list

This commit is contained in:
Philipp Czora
2018-08-06 16:56:32 +02:00
parent 5e4f979ada
commit 9de80c6070

View File

@@ -13,7 +13,7 @@ class Details extends React.Component<Props> {
render() {
const { group, t } = this.props;
return (
<table className="table">
<table className="table content">
<tbody>
<tr>
<td>{t("group.name")}</td>