Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola74 committed Jun 3, 2022
1 parent da48e27 commit 13d6b7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,8 @@


<!-- ===== REQUEST FIRST TEXT style="cursor:pointer" ===== -->
<td (click)='goToRequestMsgs(request?.request_id)' [ngStyle]="{'cursor': CHAT_PANEL_MODE === false ? 'pointer' : null}">
<!-- [ngStyle]="{'cursor': CHAT_PANEL_MODE === false ? 'pointer' : null}" -->
<td (click)='goToRequestMsgs(request?.request_id)' style="cursor:pointer">
<p style="font-size:14px; line-height:21px; font-weight: 500; margin-bottom: 0px;"
[innerHTML]="getRequestText(request?.first_text)"> </p>

Expand Down

0 comments on commit 13d6b7a

Please sign in to comment.