Skip to content

Commit

Permalink
[Inspector] Fix requests JSON editor height on Safari (#99032) (#99198)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jloleysens and kibanamachine authored May 4, 2021
1 parent 2e2afde commit c5be449
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/inspector/public/views/requests/_requests.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

0 comments on commit c5be449

Please sign in to comment.