Skip to content

Commit

Permalink
Inline styles needed to get the containers to take up the full height…
Browse files Browse the repository at this point in the history
… of the app.
  • Loading branch information
stacey-gammon committed Jun 5, 2019
1 parent bce1ee7 commit d87f710
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

import { Legacy } from 'kibana';
// import { resolve } from 'path';

// eslint-disable-next-line import/no-default-export
export default function(kibana: any) {
Expand All @@ -38,7 +37,6 @@ export default function(kibana: any) {
embeddableFactories: [
'plugins/embeddable_api/test_samples/embeddables/hello_world/hello_world_embeddable_factory',
],
// styleSheetPaths: resolve(__dirname, 'public/index.scss'),
},
init(server: Legacy.Server) {
server.injectUiAppVars('kbn_tp_embeddable_explorer', async () =>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class App extends Component<AppProps, { selectedTabId: string }> {
public render() {
return (
<I18nContext>
<div id="dashboardViewport">
<div id="dashboardViewport" style={{ flex: '1', display: 'flex', flexDirection: 'column' }}>
<div>{this.renderTabs()}</div>
{this.getContentsForTab()}
</div>
Expand Down

This file was deleted.

0 comments on commit d87f710

Please sign in to comment.