diff --git a/client/cryps.css b/client/cryps.css index 93ab8de7..34aafc5e 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -619,6 +619,8 @@ table td svg { } .cryp-box .stats { + flex: 1 0 25%; + align-items: flex-start; display: flex; flex-flow: row wrap; } diff --git a/client/src/components/instance.cryps.jsx b/client/src/components/instance.cryps.jsx index d013d88f..da88f6c9 100644 --- a/client/src/components/instance.cryps.jsx +++ b/client/src/components/instance.cryps.jsx @@ -129,14 +129,12 @@ function Cryp(props) { onDrop={onDrop} style={border} > -