Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
665ac229
Commit
665ac229
authored
Dec 06, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restoring monospace & making sure width are correct when hiding columns
parent
e884cf62
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
public/sass/components/_panel_logs.scss
+6
-9
No files found.
public/sass/components/_panel_logs.scss
View file @
665ac229
...
...
@@ -48,11 +48,8 @@
}
.logs-rows
{
// display: grid;
// grid-column-gap: 1rem;
// grid-row-gap: 0.1rem;
// font-family: $font-family-monospace;
// font-size: 12px;
font-family
:
$font-family-monospace
;
font-size
:
12px
;
display
:
table
;
table-layout
:
fixed
;
}
...
...
@@ -63,6 +60,7 @@
>
div
{
display
:
table-cell
;
padding-left
:
10px
;
border
:
1px
solid
transparent
;
}
}
...
...
@@ -76,7 +74,7 @@
.logs-row__message
{
word-break
:
break-all
;
width
:
80%
;
min-
width
:
80%
;
}
.logs-row__match-highlight
{
...
...
@@ -96,10 +94,9 @@
.logs-row__level
{
background-color
:
transparent
;
margin
:
2px
0
;
position
:
relative
;
opacity
:
0
.8
;
padding
:
0
3px
0
0
!
important
;
width
:
3px
;
padding
:
0
!
important
;
&
--critical
,
&
--crit
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment