mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
explore logs styling poc, WIP
This commit is contained in:
committed by
David Kaltschmidt
parent
8bac55ca70
commit
c7d701c8fa
23
public/sass/components/_logs-rows.scss
Normal file
23
public/sass/components/_logs-rows.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.logs-rows {
|
||||
// display: grid;
|
||||
// grid-column-gap: 1rem;
|
||||
// grid-row-gap: 0.1rem;
|
||||
// font-family: $font-family-monospace;
|
||||
// font-size: 12px;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.logs-row {
|
||||
display: table-row;
|
||||
|
||||
> div {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
||||
|
||||
.logs-row__time {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.logs-row__message {
|
||||
}
|
||||
Reference in New Issue
Block a user