Merge pull request #14691 from grafana/davkal/fix-14690

Explore: logging UI style fixes
This commit is contained in:
Torkel Ödegaard 2018-12-31 14:34:18 +01:00 committed by GitHub
commit 75f9d173ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,20 +31,21 @@ $column-horizontal-spacing: 10px;
.logs-panel-meta { .logs-panel-meta {
flex: 1; flex: 1;
color: $text-color-weak; color: $text-color-weak;
margin-bottom: 10px; margin-bottom: $spacer;
min-width: 30%; min-width: 30%;
display: flex; display: flex;
} }
.logs-panel-meta__item { .logs-panel-meta__item {
margin-right: 1em; margin-right: $spacer;
display: flex; display: flex;
align-items: baseline;
} }
.logs-panel-meta__label { .logs-panel-meta__label {
margin-right: 0.5em; margin-right: $spacer / 2;
font-size: 0.9em; font-size: $font-size-sm;
font-weight: 500; font-weight: $font-weight-semi-bold;
} }
.logs-panel-meta__value { .logs-panel-meta__value {
@ -59,7 +60,7 @@ $column-horizontal-spacing: 10px;
.logs-rows { .logs-rows {
font-family: $font-family-monospace; font-family: $font-family-monospace;
font-size: 12px; font-size: $font-size-sm;
display: table; display: table;
table-layout: fixed; table-layout: fixed;
} }