mirror of
https://github.com/grafana/grafana.git
synced 2026-08-12 06:05:02 -05:00
This commit is contained in:
@@ -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;
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user