Skip to content

Commit 266c1dc

Browse files
Merge branch 'main' into feat/eui-plus-prop-table-links
2 parents 32177e2 + 6f2c4eb commit 266c1dc

File tree

390 files changed

+629
-410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

390 files changed

+629
-410
lines changed

β€Žpackages/docusaurus-theme/src/components/prop_table/prop_table.tsxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import Heading from '@theme/Heading';
1919
import types from '@elastic/eui-docgen/dist/types.json';
2020

2121
import { PropTableExtendedTypes } from './extended_types';
22+
import Heading from '@theme/Heading';
2223

2324
export interface Source {
2425
fileName: string;

β€Žpackages/docusaurus-theme/src/theme/infima.styles.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export const getInfimaStyles = () => css`
156156
157157
/* Z-index. */
158158
--ifm-z-index-dropdown: 100;
159-
--ifm-z-index-fixed: 200;
159+
--ifm-z-index-fixed: 999;
160160
--ifm-z-index-overlay: 400;
161161
--ifm-container-width: 1140px;
162162
--ifm-container-width-xl: 1320px;

β€Žpackages/docusaurus-theme/src/theme/reset.styles.tsβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ export const getResetStyles = (theme: UseEuiTheme) => {
3939
margin: 0;
4040
}
4141
42+
img {
43+
max-inline-size: 100%;
44+
height: auto;
45+
}
46+
4247
ul, ol {
4348
list-style: none;
4449
}
-18 Bytes
-19 Bytes
-97 Bytes
-113 Bytes
46 Bytes
60 Bytes
67 Bytes

0 commit comments

Comments
Β (0)