Skip to content

Commit

Permalink
feat: update MultiTextFieldBase
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasdano committed Apr 18, 2024
1 parent d1d89d2 commit 74f2e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MultiTextFieldBase/MultiTextFieldBase.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ export const textInputBaseOverrides =
// ictinus spacing (the are calculated by combining internal absolute positioned component widths)
// so we can override the existing TextFieldInputBase paddings to
// perfectly position and align the content inside.
padding: `${rem(paddingTop)} ${rem(40)} ${rem(paddingBottom)} ${tokens(
'paddingContentLeft'
padding: `${rem(paddingTop)} ${rem(40)} ${rem(paddingBottom)} ${theme.globals.spacing.get(
'5'
)}`,
...(isResponsive
? { width: 'max-content', minWidth: rem(tokens('minWidth.large.normal')) }
Expand Down

0 comments on commit 74f2e66

Please sign in to comment.