mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #14691 from grafana/davkal/fix-14690
Explore: logging UI style fixes
This commit is contained in:
commit
75f9d173ff
@ -31,20 +31,21 @@ $column-horizontal-spacing: 10px;
|
||||
.logs-panel-meta {
|
||||
flex: 1;
|
||||
color: $text-color-weak;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: $spacer;
|
||||
min-width: 30%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.logs-panel-meta__item {
|
||||
margin-right: 1em;
|
||||
margin-right: $spacer;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.logs-panel-meta__label {
|
||||
margin-right: 0.5em;
|
||||
font-size: 0.9em;
|
||||
font-weight: 500;
|
||||
margin-right: $spacer / 2;
|
||||
font-size: $font-size-sm;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
}
|
||||
|
||||
.logs-panel-meta__value {
|
||||
@ -59,7 +60,7 @@ $column-horizontal-spacing: 10px;
|
||||
|
||||
.logs-rows {
|
||||
font-family: $font-family-monospace;
|
||||
font-size: 12px;
|
||||
font-size: $font-size-sm;
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user