Skip to content

Commit c8ec6de

Browse files
committed
Fix
1 parent 81f40e8 commit c8ec6de

File tree

1 file changed

+1
-1
lines changed
  • src/client/apps/contwatch-client/app/[lang]/handlers/components/HandlerWidget

1 file changed

+1
-1
lines changed

src/client/apps/contwatch-client/app/[lang]/handlers/components/HandlerWidget/HandlerWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export const HandlerWidget: FC<HandlerWidgetProps> = ({ handlerId, editMode, att
142142
</Text>
143143
</Flex>
144144
<div style={{ padding: "0 15px 10px" }}>
145-
<Flex gap={".5rem"}>
145+
<Flex gap={".5rem"} wrap={"wrap"}>
146146
{Object.keys(handler.actions).map((action) => {
147147
return (
148148
<Button

0 commit comments

Comments
 (0)