fix space between progress bar and title list of gpu (#2177)

This commit is contained in:
Faisal Amir 2024-02-27 21:25:31 +07:00 committed by GitHub
parent d4df43ed68
commit 883d631452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,7 +140,7 @@ const SystemMonitor = () => {
{gpus.length > 0 && (
<div className="mb-4 border-b border-border pb-4 last:border-none">
{gpus.map((gpu, index) => (
<div key={index} className="mt-4 flex flex-col gap-2">
<div key={index} className="mt-4 flex flex-col gap-x-2">
<div className="flex w-full items-start justify-between">
<span className="line-clamp-1 w-1/2 font-bold">
{gpu.name}