mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
This commit is contained in:
parent
a246381879
commit
f849aa31a0
@ -21,7 +21,7 @@ const getStyles = (theme: GrafanaTheme, height: number, visible: boolean) => {
|
|||||||
box-shadow: 0 0 20px ${theme.colors.dropdownShadow};
|
box-shadow: 0 0 20px ${theme.colors.dropdownShadow};
|
||||||
visibility: ${visible === true ? 'visible' : 'hidden'};
|
visibility: ${visible === true ? 'visible' : 'hidden'};
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: ${height + parseInt(theme.spacing.xxs, 10)}px;
|
min-height: ${height + parseInt(theme.spacing.xxs, 10)}px;
|
||||||
position: relative;
|
position: relative;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
`,
|
`,
|
||||||
|
Loading…
Reference in New Issue
Block a user