Loki/Prometheus: Make sections in log/metrics browser resizable (#54704)

* Make loki label browser resizable

* Make prometheus metric browser resizable

* Remove min-width from Label and Metrics browser

* Remove max-width from Prometheus Metrics Browser
This commit is contained in:
Gareth Dawson
2022-09-05 17:03:03 +01:00
committed by GitHub
parent 69f3e48962
commit 73eb1f047a
2 changed files with 2 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
`,
valueList: css`
margin-right: ${theme.spacing(1)};
resize: horizontal;
`,
valueListWrapper: css`
border-left: 1px solid ${theme.colors.border.medium};

View File

@@ -158,6 +158,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => ({
`,
valueList: css`
margin-right: ${theme.spacing.sm};
resize: horizontal;
`,
valueListWrapper: css`
border-left: 1px solid ${theme.colors.border2};