Fix display of Alert diagram in Safari

This commit is contained in:
Tom Ratcliffe 2024-03-18 11:07:55 +00:00 committed by Tom Ratcliffe
parent b3e9a6d0b3
commit 8f50ccbb7c

View File

@ -95,6 +95,7 @@ const getWelcomePageStyles = (theme: GrafanaTheme2) => ({
svgContainer: css({
'& svg': {
maxWidth: '900px',
flex: 1,
},
}),
list: css({