Skip to content

Commit 983ad07

Browse files
committed
feat: wrap
1 parent af67276 commit 983ad07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/frontend/src/components/launches/helpers/pick.platform.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@ export const PickPlatforms: FC<{
220220
ref={ref}
221221
>
222222
<div className="innerComponent">
223-
<div className="flex">
223+
<div className="flex gap-[10px] flex-wrap">
224224
{integrations
225225
.filter((f) => !f.inBetweenSteps)
226226
.map((integration) =>
227227
!props.singleSelect ? (
228228
<div
229229
key={integration.id}
230-
className="flex gap-[8px] items-center me-[10px]"
230+
className="flex gap-[8px] items-center"
231231
{...(props.toolTip && {
232232
'data-tooltip-id': 'tooltip',
233233
'data-tooltip-content': integration.name,

0 commit comments

Comments
 (0)