Skip to content

Commit 9207ef5

Browse files
authored
fix(app): remove padding from lpc flex box (#15152)
* fix(app): remove padding from lpc flex box
1 parent 0d94f74 commit 9207ef5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/organisms/Devices/ProtocolRun/SetupLabwarePositionCheck/CurrentOffsetsTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export function CurrentOffsetsTable(
144144
<Flex
145145
flexDirection={DIRECTION_COLUMN}
146146
justifyContent={JUSTIFY_SPACE_BETWEEN}
147-
padding={SPACING.spacing16}
148147
>
149148
<StyledText as="label">
150149
{i18n.format(t('applied_offset_data'), 'upperCase')}

0 commit comments

Comments
 (0)