mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TraceView: Reduce whitespace in KeyValuesTable (#46105)
This commit is contained in:
parent
7694b78456
commit
23956557d8
@ -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')};
|
||||
|
Loading…
Reference in New Issue
Block a user