small spacing fix

This commit is contained in:
2025-11-17 11:59:57 -05:00
parent 2eeb62cf3c
commit 881df1c2df

View File

@@ -104,7 +104,7 @@ onMounted(async () => {
</div>
<div>
<label class="scroll-m-20 text-xl font-semibold tracking-tight">Remarks</label>
<p class="bg-muted p-2 rounded-lg min-h-24"> {{ focusedTrainingReport.remarks }}</p>
<p class="bg-muted p-2 rounded-lg min-h-24 my-2"> {{ focusedTrainingReport.remarks }}</p>
</div>
</div>
</div>