Skip to content

Commit

Permalink
fix(app): remove padding from lpc flexbox
Browse files Browse the repository at this point in the history
remove padding from lpc flexbox

close RQA=2511
  • Loading branch information
koji committed May 9, 2024
1 parent 2011402 commit 693568c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export function CurrentOffsetsTable(
<Flex
flexDirection={DIRECTION_COLUMN}
justifyContent={JUSTIFY_SPACE_BETWEEN}
padding={SPACING.spacing16}
>
<StyledText as="label">
{i18n.format(t('applied_offset_data'), 'upperCase')}
Expand Down

0 comments on commit 693568c

Please sign in to comment.