Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 9716b54

Browse files
authored
Merge branch 'master' into distinctUntilChanged-doc
2 parents baca3bc + d1b1ad5 commit 9716b54

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/app/operators/components/operator-examples/operator-examples.component.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@
3333
}
3434
}
3535

36+
.code-example {
37+
margin-bottom: 16px;
38+
}
39+
3640
.bin-wrapper {
3741
iframe {
3842
border: none;
39-
width:100%;
43+
width: 100%;
4044
height: 350px;
4145
}
4246
}

src/app/operators/components/related-operators/related-operators.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<h2 class="related-operators"> Related Operators </h2>
1+
<h2 class="related-operators"
2+
*ngIf="relatedOperators?.length"> Related Operators </h2>
23
<ul class="section-list">
34
<li *ngFor="let related of relatedOperators">
45
<a [routerLink]="['/operators', related]"> {{ related }} </a>

0 commit comments

Comments
 (0)