Skip to content

Commit

Permalink
Ticket details styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Jan 21, 2025
1 parent 880ffea commit b3422a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h4 class="mt-5 mb-3 d-flex align-items-center">
</div>
</div>
<div class="my-3 px-3 border-0 text-center" *ngIf="activity.type == 1"> <!-- Status Change -->
<span class="text-center py-2 px-3 d-flex rounded" style="background: black">
<span class="text-center py-3 px-3 d-flex rounded" style="background: black">
<div>Status Changed to&nbsp;<span class="badge badge-success" style="font-size: 100%"
[class.badge-warning]="activity.status == 'Open' || !activity.status"
[class.badge-success]="activity.status == 'In Progress'"
Expand Down

0 comments on commit b3422a7

Please sign in to comment.