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
8a292139
Unverified
Commit
8a292139
authored
Oct 24, 2018
by
Alexander Zobnin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
graph panel: fix legend alignment
parent
f150c34b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
public/sass/components/_panel_graph.scss
+7
-2
No files found.
public/sass/components/_panel_graph.scss
View file @
8a292139
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
.graph-legend-series
{
.graph-legend-series
{
display
:
block
;
display
:
block
;
padding-left
:
0
px
;
padding-left
:
4
px
;
}
}
.graph-legend-table
.graph-legend-series
{
.graph-legend-table
.graph-legend-series
{
...
@@ -70,8 +70,8 @@
...
@@ -70,8 +70,8 @@
.graph-legend-icon
,
.graph-legend-icon
,
.graph-legend-alias
,
.graph-legend-alias
,
.graph-legend-value
{
.graph-legend-value
{
display
:
inline
;
cursor
:
pointer
;
cursor
:
pointer
;
float
:
left
;
white-space
:
nowrap
;
white-space
:
nowrap
;
font-size
:
85%
;
font-size
:
85%
;
text-align
:
left
;
text-align
:
left
;
...
@@ -108,6 +108,11 @@
...
@@ -108,6 +108,11 @@
}
}
}
}
// Don't move series to the right if legend is on the right as well
.graph-panel--legend-right
.graph-legend-series--right-y
{
float
:
left
;
}
.graph-legend-value
{
.graph-legend-value
{
padding-left
:
6px
;
padding-left
:
6px
;
}
}
...
...
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