We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd7a2e commit 2156c48Copy full SHA for 2156c48
apps/webapp/app/components/MachineTooltipInfo.tsx
@@ -7,7 +7,7 @@ import { BookOpenIcon } from "@heroicons/react/20/solid";
7
8
export function MachineTooltipInfo() {
9
return (
10
- <div className="flex max-w-xs flex-col gap-4 p-1">
+ <div className="flex max-w-xs flex-col gap-4 p-1 pb-2">
11
<div>
12
<div className="mb-0.5 flex items-center gap-1.5">
13
<MachineIcon preset="no-machine" />
0 commit comments