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
8083079e
Commit
8083079e
authored
Feb 10, 2017
by
Vladimir Kolobaev
Committed by
Carl Bergquist
Feb 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
graph: set max width for legend tables.
ref #2385
parent
dcf097a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
public/sass/components/_panel_graph.scss
+6
-0
No files found.
public/sass/components/_panel_graph.scss
View file @
8083079e
...
@@ -133,6 +133,9 @@
...
@@ -133,6 +133,9 @@
padding-left
:
7px
;
padding-left
:
7px
;
text-align
:
left
;
text-align
:
left
;
width
:
95%
;
width
:
95%
;
max-width
:
650px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
}
}
.graph-legend-series
:nth-child
(
odd
)
{
.graph-legend-series
:nth-child
(
odd
)
{
...
@@ -264,6 +267,9 @@
...
@@ -264,6 +267,9 @@
.graph-tooltip-series-name
{
.graph-tooltip-series-name
{
display
:
table-cell
;
display
:
table-cell
;
padding
:
0
.15rem
;
padding
:
0
.15rem
;
max-width
:
650px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
}
}
.graph-tooltip-value
{
.graph-tooltip-value
{
...
...
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