We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af67276 commit 983ad07Copy full SHA for 983ad07
apps/frontend/src/components/launches/helpers/pick.platform.component.tsx
@@ -220,14 +220,14 @@ export const PickPlatforms: FC<{
220
ref={ref}
221
>
222
<div className="innerComponent">
223
- <div className="flex">
+ <div className="flex gap-[10px] flex-wrap">
224
{integrations
225
.filter((f) => !f.inBetweenSteps)
226
.map((integration) =>
227
!props.singleSelect ? (
228
<div
229
key={integration.id}
230
- className="flex gap-[8px] items-center me-[10px]"
+ className="flex gap-[8px] items-center"
231
{...(props.toolTip && {
232
'data-tooltip-id': 'tooltip',
233
'data-tooltip-content': integration.name,
0 commit comments