modifiche richieste

This commit is contained in:
zaccaria.majid
2022-10-07 15:14:57 +02:00
parent 4ecd647b1b
commit fd585aee93
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ else
</div>
@if (record.Note != "")
{
<div class="small textConsensed text-secondary badge text-bg-light ">
<div class="small textConsensed text-secondary badge text-bg-light border border-primary rounded">
<b class="text-dark">Note:</b> <span class="text-wrap text-start"> @record.Note </span>
</div>
}
+1 -1
View File
@@ -46,7 +46,7 @@ else
</div>
@if (record.Note != "")
{
<div class="small textConsensed text-secondary badge text-bg-light">
<div class="small textConsensed text-secondary badge text-bg-light border border-primary rounded">
<b class="text-dark">Note:</b> @record.Note
</div>
}