Skip to content

Commit

Permalink
Fix placeholder padding in TagInput DSM component
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentPetard committed Sep 18, 2023
1 parent 1b2cdf9 commit d562473
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const InputContainer = styled.li<AkeneoThemedProps>`
width: 100%;
&::placeholder {
padding: 0 11px;
opacity: 1;
color: ${getColor('grey', 100)};
font-family: ${getFontFamily('default')};
Expand Down

0 comments on commit d562473

Please sign in to comment.