Skip to content

Commit

Permalink
fix space between progress bar and title list of gpu (janhq#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Feb 27, 2024
1 parent d4df43e commit 883d631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/containers/Layout/BottomBar/SystemMonitor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 883d631

Please sign in to comment.