Skip to content

Commit

Permalink
Merge branch 'medical-review' of https://github.com/jianyiee96/HoMED-…
Browse files Browse the repository at this point in the history
…Main-Angular into medical-review
  • Loading branch information
jianyiee96 committed Nov 14, 2020
2 parents d38d761 + d7831ab commit 2b9d148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/app-topbar/app-topbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<div class="p-grid">
<div *ngIf="notification.isRead" class="p-col-10">
<h5>{{notification.title}}</h5>
<span id="msg">{{notification.message}}</span>
<span id="msg" style="white-space: pre-line" class="ellipsis">{{notification.message}}</span>
<br/>
<p style="font-size:0.8rem; color: #65676b">{{notification.notificationDate | date:'dd/MM/yyyy HH:mm'}}</p>
</div>
Expand Down

0 comments on commit 2b9d148

Please sign in to comment.