Skip to content

Commit

Permalink
Fix FT
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jul 29, 2024
1 parent 5ddbcf3 commit 73fde7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
*/
import React from 'react';
import './helpers.scss';
import { css } from '@emotion/react';
import { euiThemeVars } from '@kbn/ui-theme';
import { toMountPoint } from '@kbn/react-kibana-mount';
import { tracksOverlays } from '@kbn/presentation-containers';
import type { IEmbeddable } from '@kbn/embeddable-plugin/public';
Expand Down Expand Up @@ -74,10 +72,6 @@ const openInlineLensConfigEditor = (
overlayRef.close();
},
outsideClickCloses: true,
css: css`
max-width: calc(${euiThemeVars.euiSizeXXL} * 20);
min-width: calc(${euiThemeVars.euiSizeXXL} * 10);
`,
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@include euiBreakpoint('xs', 's', 'm') {
clip-path: none;
}
max-inline-size: $euiSizeXXL * 20;
background: $euiColorLightestShade;
.kbnOverlayMountWrapper {
padding-left: $euiFormMaxWidth;
Expand Down

0 comments on commit 73fde7c

Please sign in to comment.