Skip to content

Commit

Permalink
Fix icons bug within Autocomplete picturepan2#212
Browse files Browse the repository at this point in the history
  • Loading branch information
picturepan2 committed Jun 8, 2017
1 parent 130c203 commit bf07c7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,10 @@
Thor Odinson
<button class="btn btn-clear"></button>
</label>
<input class="form-input" type="text" placeholder="" value="S" />
<div class="has-icon-left">
<input class="form-input" type="text" placeholder="" value="S" />
<i class="form-icon loading"></i>
</div>
</div>
<ul class="menu">
<li class="menu-item">
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre.css
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@ code {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
height: 2.8rem;
padding: .3rem .8rem;
line-height: 1.6rem;
width: auto;
}
.form-autocomplete mark {
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/autocomplete.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
display: inline-block;
flex: 1 0 auto;
height: 2.8rem;
padding: .3rem .8rem;
line-height: 1.6rem;
width: auto;
}
}
Expand Down

0 comments on commit bf07c7c

Please sign in to comment.