Modal: Fix modal button row (#115483)

* Modal: Fix modal button row

* update

* update
This commit is contained in:
Torkel Ödegaard
2025-12-18 11:20:48 +01:00
committed by GitHub
parent e5b0353c41
commit f75b5654c9
@@ -79,7 +79,7 @@ export const getModalStyles = (theme: GrafanaTheme2) => {
modalContent: css({
overflow: 'auto',
padding: theme.spacing(3, 3, 0, 3),
marginBottom: theme.spacing(3),
marginBottom: theme.spacing(2.5),
scrollbarWidth: 'thin',
width: '100%',