Design: Fixes minor spacing issue in plugin browse and new connection (#111185)
This commit is contained in:
@@ -23,11 +23,10 @@ import { NoAccessModal } from './NoAccessModal';
|
||||
|
||||
const getStyles = (theme: GrafanaTheme2) => ({
|
||||
searchContainer: css({
|
||||
backgroundColor: theme.colors.background.primary,
|
||||
paddingTop: theme.spacing(2),
|
||||
paddingBottom: theme.spacing(2),
|
||||
paddingTop: theme.spacing(0.5),
|
||||
paddingBottom: theme.spacing(1),
|
||||
marginBottom: theme.spacing(3),
|
||||
borderBottom: `1px solid ${theme.colors.border.weak}`,
|
||||
marginBottom: theme.spacing(2),
|
||||
}),
|
||||
contentWrap: css({
|
||||
height: 'calc(100vh - 350px)',
|
||||
|
||||
@@ -168,11 +168,10 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
overflow: 'hidden',
|
||||
}),
|
||||
searchContainer: css({
|
||||
backgroundColor: theme.colors.background.primary,
|
||||
paddingTop: theme.spacing(2),
|
||||
paddingBottom: theme.spacing(2),
|
||||
paddingTop: theme.spacing(0.5),
|
||||
paddingBottom: theme.spacing(1),
|
||||
borderBottom: `1px solid ${theme.colors.border.weak}`,
|
||||
marginBottom: theme.spacing(2),
|
||||
marginBottom: theme.spacing(3),
|
||||
}),
|
||||
listWrap: css({
|
||||
height: 'calc(100vh - 350px)',
|
||||
|
||||
Reference in New Issue
Block a user