no line breaks in size text

This commit is contained in:
Shaun 2024-08-11 21:51:38 +10:00
parent 68ef3a07a7
commit 8e0b723207

View File

@ -75,7 +75,7 @@
<div class="bg-yellow-400 h-full rounded-full" :style="{ width: Math.round((100 * ab.size) / largestItemSize) + '%' }" />
</div>
<div class="w-4 ml-3">
<p class="text-sm font-bold">{{ $bytesPretty(ab.size) }}</p>
<p class="text-sm font-bold" style="white-space: nowrap">{{ $bytesPretty(ab.size) }}</p>
</div>
</div>
</div>