Skip to content

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

Closed
@coquagli

Description

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

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions