(cherry picked from commit 23956557d8)
Co-authored-by: Connor Lindsey <cblindsey3@gmail.com>
This commit is contained in:
co-authored by
Connor Lindsey
parent
1e780bdaac
commit
a022ca2333
@@ -34,7 +34,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;
|
||||
`,
|
||||
@@ -45,9 +45,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')};
|
||||
|
||||
Reference in New Issue
Block a user