Skip to content

Commit

Permalink
Fixed API list truncation issue. (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslonov authored Sep 18, 2020
1 parent dc54995 commit 252c908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/apis/list-of-apis/ko/runtime/api-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</div>
<!-- ko foreach: { data: group.items, as: 'item' } -->
<div class="table-row" role="row">
<div class="col-5" role="cell">
<a href="#" class="text-truncate"
<div class="col-5 text-truncate" role="cell">
<a href="#"
data-bind="attr: { href: $component.getReferenceUrl(item) }">
<span data-bind="text: item.displayName"></span>
<!-- ko if: item.type === 'soap' -->
Expand Down

0 comments on commit 252c908

Please sign in to comment.