mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix label chunks
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
<br>
|
<br>
|
||||||
{{ attachment.Sender }}
|
{{ attachment.Sender }}
|
||||||
<br>
|
<br>
|
||||||
<span class="document-type" *ngIf="attachment.content != ''">Rascunho</span>
|
<span class="document-type" *ngIf="isSelectedAttachmentIsDraft(attachment)">Rascunho</span>
|
||||||
<br *ngIf="attachment.content != ''">
|
<br *ngIf="isSelectedAttachmentIsDraft(attachment)">
|
||||||
{{ attachment.DocDate | date: 'dd/MM/yy' }}
|
{{ attachment.DocDate | date: 'dd/MM/yy' }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.card-text {
|
.card-text {
|
||||||
max-width: 250px;
|
max-width: 350px;
|
||||||
border: 1px solid #3498db;
|
border: 1px solid #3498db;
|
||||||
color: #3498db;
|
color: #3498db;
|
||||||
background: white;
|
background: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user