Skip to content

Commit

Permalink
fix overflowing placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-willems committed Mar 12, 2024
1 parent 5391b2a commit d77f74a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/klippa/ngx-enhancy-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klippa/ngx-enhancy-forms",
"version": "14.17.4",
"version": "14.17.5",
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ ng-select.showErrors {
overflow: hidden;
}
:host ::ng-deep .ng-select .ng-select-container .ng-value-container .ng-placeholder{
color:#aaa
color:#aaa;
max-width: 100%;
}
:host ::ng-deep .ng-select.ng-select-single .ng-select-container{
height:42px;
Expand Down

0 comments on commit d77f74a

Please sign in to comment.