Skip to content

Commit

Permalink
[SecuritySolution] Inspect modal styling issue (elastic#146015)
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Nov 23, 2022
1 parent ece3ec7 commit 7486f06
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ interface Response {
}

const MyEuiModal = styled(EuiModal)`
width: min(768px, calc(100vw - 16px));
min-height: 41vh;
.euiModal__flex {
width: 60vw;
}
Expand Down

0 comments on commit 7486f06

Please sign in to comment.