mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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};
|
||||
|
||||
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user