mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix integrations with a long name break Host page UI (#134728)
This commit is contained in:
parent
42e7ab347e
commit
b2ef47b2d8
3 changed files with 13 additions and 0 deletions
|
@ -153,6 +153,7 @@ export const AppGlobalStyle = createGlobalStyle<{ theme: { eui: { euiColorPrimar
|
|||
|
||||
export const DescriptionListStyled = styled(EuiDescriptionList)`
|
||||
${({ theme }) => `
|
||||
word-break: break-word;
|
||||
dt {
|
||||
font-size: ${theme.eui.euiFontSizeXS} !important;
|
||||
}
|
||||
|
|
|
@ -237,6 +237,10 @@ exports[`Details Panel Component DetailsPanel:HostDetails: rendering it should r
|
|||
color: #535966;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.c2 dt {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
@ -571,6 +575,10 @@ exports[`Details Panel Component DetailsPanel:NetworkDetails: rendering it shoul
|
|||
color: #535966;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.c2 dt {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,10 @@ exports[`Expandable Host Component ExpandableHostDetails: rendering it should re
|
|||
color: #535966;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.c2 dt {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue