mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
fix label chunks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user