chore: need to stretch the cards to make them fit horizontally

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-07-24 13:38:47 +02:00
parent 2e7afba3a0
commit 185744a89a
@@ -107,6 +107,7 @@ const useStyles = makeStyles<
maxHeight: '100vh',
overflowY: 'auto',
alignSelf: 'start',
alignItems: 'stretch',
// Hide the scrollbar for the inner info cards
// kind of an accessibility nightmare, but we see.
scrollbarWidth: 'none',