Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove border height from suggest widget height calculation #242958

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

klaussner
Copy link
Contributor

Fixes #242956.

This PR removes the border height from the suggest widget height calculation because the _layout function only calculates the inner width of the suggest widget without the border.

Before

See the images in #242956.

After

new
new-high-contrast

To do

  • Find out if the maximum height based on maxHeightAbove and maxHeightBelow is still correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggest widget height for fewer than twelve items is calculated incorrectly
2 participants