Skip to content

Commit

Permalink
fix(search-bar): fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Mar 1, 2019
1 parent 100c5bd commit 76a33c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:host ::ng-deep div.mat-form-field-infix {
left: $igo-padding;
right: $igo-padding;
padding: 0 0 12px 0;
padding: 0 0 12px 0 !important;
}

:host ::ng-deep div.mat-form-field-underline {
Expand Down

0 comments on commit 76a33c3

Please sign in to comment.