[Inspector] Fix requests JSON editor height on Safari (#99032) (#99198)

* fix code editor height on safari

* move style to appropriate file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Jean-Louis Leysens 2021-05-04 16:56:06 +02:00 committed by GitHub
parent 2e2afdec48
commit c5be449b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,3 +12,7 @@
.insRequestSelector__menuSpinner {
margin-left: $euiSizeS;
}
.insRequestCodeViewer .react-monaco-editor-container {
flex-grow: 1; // Ensure the editor takes the full height of its flex container on Safari.
}