Skip to content

Commit 9248cc2

Browse files
committed
fix: endpoint link doesn't expand when click on arrow
1 parent 2760a34 commit 9248cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/components/EndpointLink/endpoint-link.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ <h5 class="http-verb" [ngClass]="verb">{{verb}}</h5>
33
<span><!--
44
--><span class="operation-api-url-path">{{path}}</span><!--
55
--></span>
6+
<svg class="expand-icon" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 24 24" xml:space="preserve">
7+
<polygon fill="white" points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "/>
8+
</svg>
69
</div>
7-
<svg class="expand-icon" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 24 24" xml:space="preserve">
8-
<polygon fill="white" points="17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "/>
9-
</svg>
1010
<div class="servers-overlay">
1111
<div *ngFor="let server of servers" class="server-item">
1212
<div class="description" [innerHtml]="server.description | marked"></div>

0 commit comments

Comments
 (0)