mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Auto-generate: Scrollable history container (#77895)
This commit is contained in:
parent
5ca5a95e63
commit
e4fb112d6e
@ -186,6 +186,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
width: 520,
|
width: 520,
|
||||||
|
height: 250,
|
||||||
// This is the space the footer height
|
// This is the space the footer height
|
||||||
paddingBottom: 35,
|
paddingBottom: 35,
|
||||||
}),
|
}),
|
||||||
|
@ -64,5 +64,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
flexGrow: 3,
|
flexGrow: 3,
|
||||||
whiteSpace: 'pre-wrap',
|
whiteSpace: 'pre-wrap',
|
||||||
marginTop: 20,
|
marginTop: 20,
|
||||||
|
height: 110,
|
||||||
|
overflowY: 'scroll',
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user