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
401b470e
Commit
401b470e
authored
Dec 04, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added max-widths to explore start pages boxes
parent
1fddb614
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
public/app/plugins/datasource/logging/components/LoggingStartPage.tsx
+1
-1
public/app/plugins/datasource/prometheus/components/PromStart.tsx
+1
-1
public/sass/components/_infobox.scss
+4
-0
No files found.
public/app/plugins/datasource/logging/components/LoggingStartPage.tsx
View file @
401b470e
...
...
@@ -8,7 +8,7 @@ interface Props {
export
default
class
LoggingStartPage
extends
PureComponent
<
Props
>
{
render
()
{
return
(
<
div
className=
"grafana-info-box"
>
<
div
className=
"grafana-info-box
grafana-info-box--max-lg
"
>
<
LoggingCheatSheet
onClickExample=
{
this
.
props
.
onClickExample
}
/>
</
div
>
);
...
...
public/app/plugins/datasource/prometheus/components/PromStart.tsx
View file @
401b470e
...
...
@@ -8,7 +8,7 @@ interface Props {
export
default
class
PromStart
extends
PureComponent
<
Props
>
{
render
()
{
return
(
<
div
className=
"grafana-info-box"
>
<
div
className=
"grafana-info-box
grafana-info-box--max-lg
"
>
<
PromCheatSheet
onClickExample=
{
this
.
props
.
onClickExample
}
/>
</
div
>
);
...
...
public/sass/components/_infobox.scss
View file @
401b470e
...
...
@@ -32,6 +32,10 @@
a
{
@extend
.external-link
;
}
&
--max-lg
{
max-width
:
map-get
(
$grid-breakpoints
,
'lg'
);
}
}
.grafana-info-box__close
{
...
...
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