Adds new Result cards, and updates params in old ones

This commit is contained in:
Alicia Sykes
2023-07-07 20:58:04 +01:00
parent 4005b9c49d
commit c9c462f2a1
7 changed files with 326 additions and 6 deletions

View File

@@ -3,8 +3,9 @@ import { Card } from 'components/Form/Card';
import Row, { RowProps } from 'components/Form/Row';
const cardStyles = `
grid-row: span 2;
.content {
max-height: 28rem;
max-height: 40rem;
overflow-y: auto;
}
`;