Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

fix: search suggestion container height#54

Merged
juanpicado merged 2 commits into4.x-masterfrom
4.x-fixes-search-suggestion-container-height
May 11, 2019
Merged

fix: search suggestion container height#54
juanpicado merged 2 commits into4.x-masterfrom
4.x-fixes-search-suggestion-container-height

Conversation

@ayusharma
Copy link
Copy Markdown
Member

Type: bug

The following has been addressed in the PR:
Screenshot 2019-05-03 at 23 11 13

Description:

  • Fixes search container height to 500px.

@ayusharma ayusharma requested a review from juanpicado May 10, 2019 21:48
@juanpicado juanpicado requested a review from a team May 10, 2019 21:49
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #54 into 4.x-master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##           4.x-master      #54      +/-   ##
==============================================
+ Coverage       85.12%   85.15%   +0.02%     
==============================================
  Files              55       55              
  Lines             531      532       +1     
  Branches           69       69              
==============================================
+ Hits              452      453       +1     
  Misses             66       66              
  Partials           13       13
Impacted Files Coverage Δ
src/webui/components/AutoComplete/index.js 77.77% <ø> (ø) ⬆️
src/webui/components/AutoComplete/styles.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d752e0...7bf4a36. Read the comment docs.

Copy link
Copy Markdown
Member

@juanpicado juanpicado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 tested and works.

@juanpicado juanpicado merged commit c9fb3c4 into 4.x-master May 11, 2019
@juanpicado juanpicado deleted the 4.x-fixes-search-suggestion-container-height branch May 11, 2019 06:59
@juanpicado juanpicado added the bug label May 11, 2019
juanpicado added a commit to verdaccio/verdaccio that referenced this pull request May 11, 2019
export const SuggestionContainer = styled(Paper)`
&& {
max-height: 500px;
overflow-y: scroll;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be probably auto as otherwise you always have a scrollbar in some browsers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants