Skip to content

Commit c033f30

Browse files
author
Chloé Bretnacher
committed
Fix merged issues 2
1 parent 78f6c75 commit c033f30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/src/components/groups/Messaging/Messaging.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ export default function Messaging({
225225
</div>
226226
</div>
227227
)}
228-
<div className={`flex-1 w-full flex flex-col ${isMobile ? "px-1.5 pb-5 pl-4 min-h-0" : "h-full pr-[6px] pb-5 pl-4"}`}>
228+
<div
229+
className={`flex-1 w-full flex flex-col ${isMobile ? "px-1.5 pb-5 pl-4 min-h-0" : "h-full pr-[6px] pb-5 pl-4"}`}
230+
>
229231
<div
230232
className={`relative w-full overflow-hidden ${isMobile ? "flex-grow flex-shrink flex-basis-0" : "min-h-auto flex-grow flex-shrink basis-0"} pt-[10px] pb-2.5 pl-0`}
231233
>

frontend/src/components/utils/Modal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const sizeClasses: Record<ModalSize, string> = {
2020
sm: "max-w-md",
2121
md: "max-w-2xl",
2222
lg: "max-w-6xl",
23-
2423
};
2524

2625
export default function Modal({

0 commit comments

Comments
 (0)