mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
restoring monospace & making sure width are correct when hiding columns
This commit is contained in:
parent
e884cf6250
commit
665ac229b6
@ -48,11 +48,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logs-rows {
|
.logs-rows {
|
||||||
// display: grid;
|
font-family: $font-family-monospace;
|
||||||
// grid-column-gap: 1rem;
|
font-size: 12px;
|
||||||
// grid-row-gap: 0.1rem;
|
|
||||||
// font-family: $font-family-monospace;
|
|
||||||
// font-size: 12px;
|
|
||||||
display: table;
|
display: table;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
@ -63,6 +60,7 @@
|
|||||||
> div {
|
> div {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -76,7 +74,7 @@
|
|||||||
|
|
||||||
.logs-row__message {
|
.logs-row__message {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
width: 80%;
|
min-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs-row__match-highlight {
|
.logs-row__match-highlight {
|
||||||
@ -96,10 +94,9 @@
|
|||||||
|
|
||||||
.logs-row__level {
|
.logs-row__level {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
margin: 2px 0;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
opacity: 0.8;
|
width: 3px;
|
||||||
padding: 0 3px 0 0 !important;
|
padding: 0 !important;
|
||||||
|
|
||||||
&--critical,
|
&--critical,
|
||||||
&--crit {
|
&--crit {
|
||||||
|
Loading…
Reference in New Issue
Block a user