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
75f9d173
Unverified
Commit
75f9d173
authored
Dec 31, 2018
by
Torkel Ödegaard
Committed by
GitHub
Dec 31, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14691 from grafana/davkal/fix-14690
Explore: logging UI style fixes
parents
68897c18
39833b0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
public/sass/components/_panel_logs.scss
+7
-6
No files found.
public/sass/components/_panel_logs.scss
View file @
75f9d173
...
...
@@ -31,20 +31,21 @@ $column-horizontal-spacing: 10px;
.logs-panel-meta
{
flex
:
1
;
color
:
$text-color-weak
;
margin-bottom
:
10px
;
margin-bottom
:
$spacer
;
min-width
:
30%
;
display
:
flex
;
}
.logs-panel-meta__item
{
margin-right
:
1em
;
margin-right
:
$spacer
;
display
:
flex
;
align-items
:
baseline
;
}
.logs-panel-meta__label
{
margin-right
:
0
.5em
;
font-size
:
0
.9e
m
;
font-weight
:
500
;
margin-right
:
$spacer
/
2
;
font-size
:
$font-size-s
m
;
font-weight
:
$font-weight-semi-bold
;
}
.logs-panel-meta__value
{
...
...
@@ -59,7 +60,7 @@ $column-horizontal-spacing: 10px;
.logs-rows
{
font-family
:
$font-family-monospace
;
font-size
:
12px
;
font-size
:
$font-size-sm
;
display
:
table
;
table-layout
:
fixed
;
}
...
...
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