Skip to content

Commit

Permalink
fix(textarea): remove extra padding
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jul 15, 2024
1 parent 64c0960 commit 185c35d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions components/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,10 @@ export default CustomElement
#chips:empty {
padding-inline-end: 0px;
}
#inline:where([filled],[outlined]) {
padding-inline: 16px;
}
`
.recompose(({ refs: { inline, chips } }) => {
inline.prepend(chips);
Expand Down
4 changes: 0 additions & 4 deletions mixins/TextFieldMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,6 @@ export default function TextFieldMixin(Base) {
--mdw-shape__size__bottom-end-size: 0px;
}
#inline:where([filled],[outlined]) {
padding-inline: 16px;
}
#prefix,
#suffix,
#control::placeholder {
Expand Down

0 comments on commit 185c35d

Please sign in to comment.