Skip to content

Commit

Permalink
Remove border from Child Bridge widget (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 7, 2023
1 parent c0ec82c commit 80312b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="d-flex flex-wrap w-100 pl-2 pr-2">

<ul class="list-group w-100 gridster-item-content">
<li class="list-group-item pl-2 pr-2 d-flex flex-row justify-content-between" *ngFor="let bridge of childBridges">
<li class="list-group-item border-0 pl-2 pr-2 d-flex flex-row justify-content-between" *ngFor="let bridge of childBridges">
<div class="flex-child">

<i class="fas fa-circle mr-1" [ngClass]="{
Expand Down Expand Up @@ -34,4 +34,4 @@
</li>
</ul>
</div>
</div>
</div>

0 comments on commit 80312b5

Please sign in to comment.