Skip to content

Commit

Permalink
keep spinner while suggesting state
Browse files Browse the repository at this point in the history
  • Loading branch information
CGastrell committed Nov 29, 2023
1 parent 52581cf commit 1fad6ea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
opacity: 1;
width: 38px;
}

&.is-suggesting {
opacity: 1;
width: 38px;
}
}

0 comments on commit 1fad6ea

Please sign in to comment.