apply btn misaligned

This commit is contained in:
Kristina Demeshchik
2026-01-13 13:45:18 -05:00
parent 6186aac5d4
commit 2ce207d69b
+1 -1
View File
@@ -27,7 +27,7 @@ export const getPanelInspectorStyles2 = (theme: GrafanaTheme2) => {
display: 'flex',
width: '100%',
flexGrow: 0,
alignItems: 'center',
alignItems: 'flex-end',
justifyContent: 'flex-end',
marginBottom: theme.v1.spacing.sm,
}),