Skip to content

Commit

Permalink
style(input): add hidden overflow to prefix and sufix (#359)
Browse files Browse the repository at this point in the history
* style(input): add hidden overflow to prefix and sufix

Co-authored-by: Dilyana Dimova <didimmova@Dilyanas-MacBook-Pro.local>
Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com>
  • Loading branch information
3 people authored May 10, 2022
1 parent 299ec68 commit 2772658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/themes/light/input.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ $input-height: (
[part='prefix'],
[part='suffix'] {
display: none;
overflow: hidden;
}

[part~='prefixed'] {
Expand Down

0 comments on commit 2772658

Please sign in to comment.