mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01:00
Merge pull request #3271 from faush01/feature/nobreak_in_stats
no line breaks in size text
This commit is contained in:
commit
f1582177e1
@ -75,7 +75,7 @@
|
|||||||
<div class="bg-yellow-400 h-full rounded-full" :style="{ width: Math.round((100 * ab.size) / largestItemSize) + '%' }" />
|
<div class="bg-yellow-400 h-full rounded-full" :style="{ width: Math.round((100 * ab.size) / largestItemSize) + '%' }" />
|
||||||
</div>
|
</div>
|
||||||
<div class="w-4 ml-3">
|
<div class="w-4 ml-3">
|
||||||
<p class="text-sm font-bold">{{ $bytesPretty(ab.size) }}</p>
|
<p class="text-sm font-bold whitespace-nowrap">{{ $bytesPretty(ab.size) }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user