title and page info alignment

This commit is contained in:
Taewoo Kim 2023-05-10 12:14:56 -04:00
parent 939ee18566
commit 681ac51f11
No known key found for this signature in database
GPG Key ID: 7C087A6608A0EF07

View File

@ -62,6 +62,7 @@ const getStyles = (theme: GrafanaTheme2) => {
gap: theme.spacing(1),
}),
titleInfoContainer: css({
alignItems: 'center',
display: 'flex',
label: 'title-info-container',
flex: 1,