Skip to content

Commit

Permalink
[dev console] Fix embedded console rendering (elastic#207120)
Browse files Browse the repository at this point in the history
## Summary

elastic#206887 introduced a rendering bug
to the embedded console. This PR moves the scss so that its imported in
both the console app and the embedded console, whereas previously it was
only imported to the app.



https://github.com/user-attachments/assets/60365bc4-c0c9-4642-a92b-78aa6f33c719
  • Loading branch information
mattkime authored Jan 20, 2025
1 parent b07849c commit ecd24c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* License v3.0 only", or the "Server Side Public License, v 1".
*/

import '../../../index.scss';
import React, { useEffect, useState } from 'react';
import {
EuiFlexGroup,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* License v3.0 only", or the "Server Side Public License, v 1".
*/

import '../index.scss';
import React from 'react';
import { render, unmountComponentAtNode } from 'react-dom';
import { HttpSetup, NotificationsSetup, DocLinksStart } from '@kbn/core/public';
Expand Down

0 comments on commit ecd24c4

Please sign in to comment.