diff options
Diffstat (limited to 'modern/src/common/components/StatusCard.js')
-rw-r--r-- | modern/src/common/components/StatusCard.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/components/StatusCard.js b/modern/src/common/components/StatusCard.js index 81b4049a..c389636c 100644 --- a/modern/src/common/components/StatusCard.js +++ b/modern/src/common/components/StatusCard.js @@ -57,7 +57,7 @@ const useStyles = makeStyles((theme) => ({ content: { paddingTop: theme.spacing(1), paddingBottom: theme.spacing(1), - 'max-height': '40vh', + maxHeight: theme.dimensions.cardContentMaxHeight, overflow: 'scroll', }, negative: { |