fix label chunks

This commit is contained in:
Peter Maquiran
2024-02-23 10:58:46 +01:00
parent 3559741c86
commit 7b0247f7a3
2 changed files with 3 additions and 3 deletions
@@ -12,8 +12,8 @@
<br>
{{ attachment.Sender }}
<br>
<span class="document-type" *ngIf="attachment.content != ''">Rascunho</span>
<br *ngIf="attachment.content != ''">
<span class="document-type" *ngIf="isSelectedAttachmentIsDraft(attachment)">Rascunho</span>
<br *ngIf="isSelectedAttachmentIsDraft(attachment)">
{{ attachment.DocDate | date: 'dd/MM/yy' }}
</div>
@@ -1,7 +1,7 @@
.card-text {
max-width: 250px;
max-width: 350px;
border: 1px solid #3498db;
color: #3498db;
background: white;