Skip to content

Commit 55d2c82

Browse files
committedJan 12, 2017
Removal of legacy css rule causing clipping of pod donut arrows.
Fixes #1091
1 parent 7e59143 commit 55d2c82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎app/styles/_components.less

-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ code.command {
309309

310310
.deployment-donut {
311311
justify-content: center;
312-
min-width: 200px;
313312
.scaling-controls {
314313
justify-content: center;
315314
font-size: 24px;

‎dist/styles/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3711,7 +3711,7 @@ code.command{display:inline-block;line-height:1.3;margin-right:2px}
37113711
.pod-donut .c3-defocused{opacity:.5!important}
37123712
.pod-donut .c3-tooltip-container{top:-27px!important;left:50%!important;transform:translateX(-50%);white-space:nowrap}
37133713
.pod-donut path.c3-arc-Empty{stroke:#d1d1d1;cursor:inherit!important}
3714-
.deployment-donut{justify-content:center;min-width:200px}
3714+
.deployment-donut{justify-content:center}
37153715
.deployment-donut .scaling-controls{justify-content:center;font-size:24px}
37163716
.deployment-donut .scaling-controls a{color:#bbb}
37173717
.deployment-donut .scaling-controls a:active,.deployment-donut .scaling-controls a:hover{color:#72767b;text-decoration:none}

0 commit comments

Comments
 (0)
Please sign in to comment.