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,7 +3,7 @@ import Row, { ListRow } from 'components/Form/Row';
const styles = `
.content {
max-height: 28rem;
max-height: 32rem;
overflow-y: auto;
}
`;