mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: removes unnecessary styles for panel logs
This commit is contained in:
parent
e230e1df96
commit
db3797c1d2
@ -26,33 +26,3 @@ $column-horizontal-spacing: 10px;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.logs-panel-meta {
|
||||
flex: 1;
|
||||
color: $text-color-weak;
|
||||
margin-bottom: $spacer;
|
||||
min-width: 30%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.logs-panel-meta__item {
|
||||
margin-right: $spacer;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.logs-panel-meta__label {
|
||||
margin-right: $spacer / 2;
|
||||
font-size: $font-size-sm;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
}
|
||||
|
||||
.logs-panel-meta__value {
|
||||
font-family: $font-family-monospace;
|
||||
}
|
||||
|
||||
.logs-panel-meta-item__labels {
|
||||
// compensate for the labels padding
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user