Skip to content

Commit

Permalink
Adjust font size for autocomplete results list
Browse files Browse the repository at this point in the history
Resolves #296
  • Loading branch information
jvendetti committed Nov 29, 2023
1 parent 0c029c4 commit d7b0ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
display: block;
width: 100%;
font: menu;
font-size: 12px;
font-size: 1rem;
font-weight: 400;
overflow: hidden;
text-align:left;
}
Expand Down
3 changes: 2 additions & 1 deletion vendor/assets/stylesheets/jquery.autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
display: block;
width: 100%;
font: menu;
font-size: 12px;
font-size: 1rem;
font-weight: 400;
overflow: hidden;
text-align:left;
}
Expand Down

0 comments on commit d7b0ef7

Please sign in to comment.