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

* fix code editor height on safari

* move style to appropriate file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Jean-Louis Leysens 2021-05-04 14:33:16 +02:00 committed by GitHub
parent 5ca77de98e
commit 921943c41a
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.
}