Skip to content

Commit 2cc4ce9

Browse files
tmasternakWojcikMike
authored andcommitted
Small graphs width tuning (#561)
* small metrics graphs styling * small graph tweaks * finishing touches * message type rendering fixes * small graph width with styles * Optimized width scaling * message type styles fix
1 parent 96a11df commit 2cc4ce9

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

src/ServicePulse.Host/app/css/particular.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,10 +1496,13 @@ hr.top-separator {
14961496
}
14971497

14981498
.graph {
1499+
width: 68%;
14991500
}
15001501

15011502
.graph svg {
15021503
position: relative;
1504+
width: 100%;
1505+
height: 50px;
15031506
}
15041507

15051508
.graph * .graph-data-line {
@@ -1584,9 +1587,11 @@ hr.top-separator {
15841587

15851588
.sparkline-value {
15861589
top: 16px;
1587-
left: 6px;
1590+
left: -12px;
15881591
position: relative;
15891592
font-weight: normal;
1593+
float: right;
1594+
width: 25%;
15901595
}
15911596

15921597
.sparkline-value span {

0 commit comments

Comments
 (0)