1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Improve layout.

This commit is contained in:
Drew Larson 2017-01-01 17:34:05 -06:00
parent 3aafeabe09
commit 76dc761c76

View File

@ -28,7 +28,7 @@ export default class SignedInList extends React.Component {
});
return (
<div>
<div className="mdl-cell mdl-cell--12-col">
<h3>Members signed in</h3>
{members}
</div>