mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Search: Constrain folder view (#49069)
This commit is contained in:
parent
44956aea66
commit
e5925b2e91
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user