mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Search: Constrain folder view (#49069)
This commit is contained in:
@@ -162,6 +162,7 @@ export default function SearchPage() {
|
||||
className={css`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
`}
|
||||
>
|
||||
<Input
|
||||
@@ -215,6 +216,7 @@ export default function SearchPage() {
|
||||
const getStyles = (theme: GrafanaTheme2) => ({
|
||||
searchInput: css`
|
||||
margin-bottom: 6px;
|
||||
min-height: ${theme.spacing(4)};
|
||||
`,
|
||||
unsupported: css`
|
||||
padding: 10px;
|
||||
|
||||
@@ -78,6 +78,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
wrapper: css`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
|
||||
> ul {
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user