Skip to content

Commit

Permalink
feat(core): add margin right for left icons in small textfield
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 4, 2024
1 parent 8579228 commit 3eadb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/core/styles/mixins/textfield.less
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
&_left {
:host[data-size='s'] & {
margin-inline-start: -0.375rem;
margin-inline-end: 0.125rem;
}

:host[data-size='m'] & {
Expand Down

0 comments on commit 3eadb12

Please sign in to comment.