style: spacings...

This commit is contained in:
utin-francis-peter
2024-06-28 20:19:01 +01:00
parent a16e83200a
commit bbb1e22163
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ export default function Conversation() {
};
return (
<div className="flex h-screen flex-col gap-7">
<div className="flex h-screen flex-col gap-7 pb-2">
<div
onWheel={handleUserInterruption}
onTouchMove={handleUserInterruption}