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
25f29607
Commit
25f29607
authored
Jun 07, 2018
by
Patrick O'Carroll
Committed by
Marcus Efraimsson
Jun 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed so panel title doesn't wrap and (#12142)
dashboard: fix so panel titles doesn't wrap
parent
1f32871f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
public/sass/pages/_alerting.scss
+1
-1
public/sass/pages/_dashboard.scss
+14
-7
No files found.
public/sass/pages/_alerting.scss
View file @
25f29607
...
...
@@ -32,7 +32,7 @@
.panel-alert-icon
:before
{
content
:
'\e611'
;
position
:
relative
;
top
:
1
px
;
top
:
5
px
;
left
:
-3px
;
}
}
...
...
public/sass/pages/_dashboard.scss
View file @
25f29607
...
...
@@ -68,17 +68,26 @@ div.flot-text {
font-weight
:
$font-weight-semi-bold
;
position
:
relative
;
width
:
100%
;
display
:
block
;
padding-bottom
:
2px
;
display
:
flex
;
flex-wrap
:
nowrap
;
justify-content
:
center
;
padding
:
4px
0
4px
;
}
.panel-title-text
{
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;
max-width
:
calc
(
100%
-
38px
);
cursor
:
pointer
;
font-weight
:
$font-weight-semi-bold
;
&
:hover
{
color
:
$link-hover-color
;
}
.panel-has-alert
&
{
max-width
:
calc
(
100%
-
54px
);
}
}
.panel-menu-container
{
...
...
@@ -97,7 +106,7 @@ div.flot-text {
width
:
16px
;
height
:
16px
;
left
:
1px
;
top
:
4
px
;
top
:
2
px
;
&
:hover
{
color
:
$link-hover-color
;
...
...
@@ -114,8 +123,6 @@ div.flot-text {
}
.panel-header
{
text-align
:
center
;
&
:hover
{
transition
:
background-color
0
.1s
ease-in-out
;
background-color
:
$panel-header-hover-bg
;
...
...
@@ -156,8 +163,8 @@ div.flot-text {
.fa
{
position
:
relative
;
top
:
-
4
px
;
left
:
-
6px
;
top
:
-
2
px
;
left
:
6px
;
font-size
:
75%
;
z-index
:
1
;
}
...
...
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