Skip to content

Commit 737b019

Browse files
authored
hotfix for plain support (#22937)
1 parent b410316 commit 737b019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/lib/plain/PlainContactForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const PlainContactForm = () => {
144144
};
145145

146146
return (
147-
<div className="absolute bottom-4 right-4 z-50">
147+
<div className="absolute bottom-[1rem] right-[1rem] z-50">
148148
<Popover open={isOpen} onOpenChange={setIsOpen}>
149149
<PopoverTrigger asChild className="enabled:hover:bg-subtle bg-subtle shadow-none">
150150
<Button

0 commit comments

Comments
 (0)