mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* 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:
parent
2e2afdec48
commit
c5be449b59
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue