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() { render() {
const { group, t } = this.props; const { group, t } = this.props;
return ( return (
<table className="table"> <table className="table content">
<tbody> <tbody>
<tr> <tr>
<td>{t("group.name")}</td> <td>{t("group.name")}</td>