3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00

TraceView: Reduce whitespace in KeyValuesTable ()

This commit is contained in:
Connor Lindsey 2022-03-04 07:37:32 -07:00 committed by GitHub
parent 7694b78456
commit 23956557d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ export const getStyles = (theme: GrafanaTheme2) => {
label: KeyValueTable;
background: ${autoColor(theme, '#fff')};
border: 1px solid ${autoColor(theme, '#ddd')};
margin-bottom: 0.7em;
margin-bottom: 0.5rem;
max-height: 450px;
overflow: auto;
`,
@ -44,9 +44,7 @@ export const getStyles = (theme: GrafanaTheme2) => {
row: css`
label: row;
& > td {
padding: 0.25rem 0.5rem;
padding: 0.25rem 0.5rem;
vertical-align: top;
padding: 0rem 0.5rem;
}
&:nth-child(2n) > td {
background: ${autoColor(theme, '#f5f5f5')};