Modal: Fix modal button row (#115483)
* Modal: Fix modal button row * update * update
This commit is contained in:
@@ -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%',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user