Skip to content

Commit 2156c48

Browse files
samejrmatt-aitken
authored andcommitted
Small padding tweak
1 parent 0fd7a2e commit 2156c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/MachineTooltipInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BookOpenIcon } from "@heroicons/react/20/solid";
77

88
export function MachineTooltipInfo() {
99
return (
10-
<div className="flex max-w-xs flex-col gap-4 p-1">
10+
<div className="flex max-w-xs flex-col gap-4 p-1 pb-2">
1111
<div>
1212
<div className="mb-0.5 flex items-center gap-1.5">
1313
<MachineIcon preset="no-machine" />

0 commit comments

Comments
 (0)