Skip to content

Commit

Permalink
fix: loader looks bad on very narrow inputs (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula authored Nov 20, 2024
1 parent 93773fc commit 1445751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autocomplete/skeleton-span.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const style = css`
background-position: right;
animation: sweep 1.5s cubic-bezier(0.3, 1, 0.3, 1) infinite;
border-radius: 3px;
width: calc(100% - 50px);
width: calc(100% - 20px);
max-width: 150px;
height: 20px;
margin: 10px 0 10px 33px;
margin: 10px;
}
:host-context([show-single]) {
Expand Down

0 comments on commit 1445751

Please sign in to comment.