diff --git a/public/app/features/search/components/ManageDashboardsNew.tsx b/public/app/features/search/components/ManageDashboardsNew.tsx index 9756f9bf99e..22468b9fc1f 100644 --- a/public/app/features/search/components/ManageDashboardsNew.tsx +++ b/public/app/features/search/components/ManageDashboardsNew.tsx @@ -1,4 +1,4 @@ -import { css } from '@emotion/css'; +import { css, cx } from '@emotion/css'; import React, { useState } from 'react'; import { useDebounce } from 'react-use'; @@ -38,8 +38,8 @@ export const ManageDashboardsNew = React.memo(({ folder }: Props) => { return ( <> -
-
+
+
({ + actionBar: css` + ${theme.breakpoints.down('sm')} { + flex-wrap: wrap; + } + `, + inputWrapper: css` + ${theme.breakpoints.down('sm')} { + margin-right: 0 !important; + } + `, searchInput: css` margin-bottom: 6px; min-height: ${theme.spacing(4)};