Skip to content

Commit

Permalink
fix: overview network overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 14, 2024
1 parent 406b7ef commit 583a52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/ClientComponents/ServerOverviewClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 583a52c

Please sign in to comment.