mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor tweaks, now table renders faster and changes less on second stage rendering
This commit is contained in:
parent
afd7580598
commit
e884cf6250
@ -54,6 +54,7 @@
|
||||
// font-family: $font-family-monospace;
|
||||
// font-size: 12px;
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.logs-row {
|
||||
@ -69,8 +70,13 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.logs-row__labels {
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
.logs-row__message {
|
||||
word-break: break-all;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.logs-row__match-highlight {
|
||||
@ -123,9 +129,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.logs-row__time {
|
||||
}
|
||||
|
||||
.logs-row__duplicates {
|
||||
text-align: right;
|
||||
}
|
||||
@ -183,7 +186,7 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&--active:after {
|
||||
&--active::after {
|
||||
display: inline;
|
||||
content: '*';
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user