Skip to content

Commit

Permalink
#29: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny committed May 30, 2018
1 parent edbfbdc commit 034436f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.2.1

* Bugfix: Width of the input field is wrong in IE11 when using large option texts. [#29](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/29)
* Bugfix: Width of the input field is wrong in IE11 when using large option texts with angular material 6+. [#29](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/29)

Thanks to @Sabartius

Expand Down
2 changes: 1 addition & 1 deletion src/app/mat-select-search/mat-select-search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $multiple-check-width: 33px;
}
.mat-select-search-inner {
position: absolute;
top: 0px;
top: 0;
width: 100%;
border-bottom-width: 1px;
border-bottom-style: solid;
Expand Down

0 comments on commit 034436f

Please sign in to comment.