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

Grid container not sized properly when there are exactly 8 rows #815

Closed
coquagli opened this issue Apr 14, 2017 · 0 comments
Closed

Grid container not sized properly when there are exactly 8 rows #815

coquagli opened this issue Apr 14, 2017 · 0 comments
Assignees
Labels

Comments

@coquagli
Copy link
Contributor

Steps to Reproduce:

  1. Open a .sql file
  2. Write a query that will return 2 resultsets: the first that contains exactly 8 rows, the second that contains more than 8 rows. E.g.:
select TOP(8) * from sys.databases
select * from sys.tables
  1. Run the query
  2. Resize the window to make it shorter

Actual:
actual

Expected:
expected

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

No branches or pull requests

1 participant