Skip to content

Commit

Permalink
fix(app): remove padding from lpc flex box (#15152)
Browse files Browse the repository at this point in the history
* fix(app): remove padding from lpc flex box
  • Loading branch information
koji committed May 9, 2024
1 parent 0d94f74 commit 9207ef5
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 9207ef5

Please sign in to comment.