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
410e2a8c
Unverified
Commit
410e2a8c
authored
Apr 27, 2020
by
Dominik Prokop
Committed by
GitHub
Apr 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NewPanelEditor: Fix visualisation list badge verflow (#23936)
parent
1c750169
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
public/app/features/dashboard/panel_editor/VizTypePickerPlugin.tsx
+2
-1
No files found.
public/app/features/dashboard/panel_editor/VizTypePickerPlugin.tsx
View file @
410e2a8c
...
@@ -72,7 +72,6 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
...
@@ -72,7 +72,6 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
padding-bottom: 6px;
padding-bottom: 6px;
height: 100px;
height: 100px;
width: 100%;
width: 100%;
max-width: 200px;
position: relative;
position: relative;
&:hover {
&:hover {
...
@@ -85,6 +84,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
...
@@ -85,6 +84,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
itemContent
:
css
`
itemContent
:
css
`
position: relative;
position: relative;
z-index: 1;
z-index: 1;
width: 100%;
`
,
`
,
current
:
css
`
current
:
css
`
label: currentVisualizationItem;
label: currentVisualizationItem;
...
@@ -120,6 +120,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
...
@@ -120,6 +120,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
position: absolute;
position: absolute;
bottom:
${
theme
.
spacing
.
xs
}
;
bottom:
${
theme
.
spacing
.
xs
}
;
right:
${
theme
.
spacing
.
xs
}
;
right:
${
theme
.
spacing
.
xs
}
;
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