mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -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};
|
||||
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;
|
||||
`,
|
||||
|
Loading…
Reference in New Issue
Block a user