Commit 665ac229 by Torkel Ödegaard

restoring monospace & making sure width are correct when hiding columns

parent e884cf62
...@@ -48,11 +48,8 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment