Fix operator description popup in Log Browser shortened (#46574). (#46575)

This commit is contained in:
Alexander Kubyshkin
2022-03-31 19:21:30 +01:00
committed by GitHub
parent a246381879
commit f849aa31a0
@@ -21,7 +21,7 @@ const getStyles = (theme: GrafanaTheme, height: number, visible: boolean) => {
box-shadow: 0 0 20px ${theme.colors.dropdownShadow};
visibility: ${visible === true ? 'visible' : 'hidden'};
width: 250px;
height: ${height + parseInt(theme.spacing.xxs, 10)}px;
min-height: ${height + parseInt(theme.spacing.xxs, 10)}px;
position: relative;
word-break: break-word;
`,