mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -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',
|
||||
flexDirection: 'column',
|
||||
width: 520,
|
||||
height: 250,
|
||||
// This is the space the footer height
|
||||
paddingBottom: 35,
|
||||
}),
|
||||
|
@ -64,5 +64,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
flexGrow: 3,
|
||||
whiteSpace: 'pre-wrap',
|
||||
marginTop: 20,
|
||||
height: 110,
|
||||
overflowY: 'scroll',
|
||||
}),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user