Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(autocomplete): fixes positioning issue with clear button
Browse files Browse the repository at this point in the history
Closes #2593
  • Loading branch information
Robert Messerle committed Apr 29, 2015
1 parent 294e066 commit 1fcb79a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/autocomplete/autocomplete.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
$autocomplete-option-height: 48px;
$input-container-padding: 2px !default;
$input-error-height: 24px !default;

@keyframes md-autocomplete-list-out {
0% {
Expand Down Expand Up @@ -38,10 +40,14 @@ md-autocomplete {
overflow: visible;
min-width: 190px;
&[md-floating-label] {
padding-bottom: $input-container-padding + $input-error-height;
box-shadow: none;
border-radius: 0;
background: transparent;
height: auto;
md-input-container {
padding-bottom: 0;
}
md-autocomplete-wrap {
height: auto;
}
Expand Down

0 comments on commit 1fcb79a

Please sign in to comment.