Skip to content

Commit

Permalink
fix(core): reduce studio announcements dialog height
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Sep 23, 2024
1 parent 6b02efd commit ef18a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DATE_FORMAT_OPTIONS: UseDateTimeFormatOptions = {

const Root = styled(Box)`
overflow: auto;
max-height: calc(100vh - 200px);
max-height: 75vh;
`

const DialogHeader = styled(Grid)`
Expand Down

0 comments on commit ef18a1e

Please sign in to comment.