fix: overview network overflow on mobile

This commit is contained in:
hamster1963 2024-12-15 01:30:30 +08:00
parent 406b7ef37f
commit 583a52cced

View File

@ -141,7 +141,7 @@ export default function ServerOverviewClient() {
</div>
{data?.result ? (
<>
<section className="flex items-start flex-row z-[999] pr-2 sm:pr-0 gap-1">
<section className="flex items-start flex-row z-[999] pr-0 gap-1">
<p className="sm:text-[12px] text-[10px] text-blue-800 dark:text-blue-400 text-nowrap font-medium">
{formatBytes(data?.total_out_bandwidth)}
</p>