File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
protocol-designer/src/components/organisms/Ot2Modules Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -322,12 +322,7 @@ export function Ot2Modules(): JSX.Element {
322
322
) : null }
323
323
{ changeModuleWarning }
324
324
< Flex flexWrap = { WRAP } width = "100%" >
325
- < Flex
326
- flexDirection = { DIRECTION_COLUMN }
327
- flex = "1.27"
328
- minWidth = "30.375rem"
329
- paddingTop = { SPACING . spacing120 }
330
- >
325
+ < Flex flexDirection = { DIRECTION_COLUMN } flex = "1.27" minWidth = "30.375rem" >
331
326
{ filteredSupportedModules . length > 0 ? (
332
327
< StyledText
333
328
desktopStyle = "headingSmallBold"
@@ -416,12 +411,7 @@ export function Ot2Modules(): JSX.Element {
416
411
</ Flex >
417
412
) : null }
418
413
</ Flex >
419
- < Flex
420
- flex = "1.27"
421
- maxHeight = "35rem"
422
- minWidth = "50%"
423
- paddingTop = { SPACING . spacing80 }
424
- >
414
+ < Flex flex = "1.27" maxHeight = "35rem" minWidth = "50%" >
425
415
< RobotCoordinateSpaceWithRef
426
416
height = "100%"
427
417
width = "100%"
You can’t perform that action at this time.
0 commit comments