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

data-grid: changes display from 'flex' to 'grid', and removes flex-direction #517

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

Conversation

joacoc
Copy link

@joacoc joacoc commented Nov 5, 2023

Link to relevant issue

This pull request resolves #473

Description of changes

This PR modifies the style of vscode-data-grid by changing the display property from flex to grid and removing the flex-direction property.

Component gallery test screenshot Screenshot

@hawkticehurst
Copy link
Member

Thanks for the PR @joacoc! 😊

As I just discussed in the related issue thread I'm actually unsure if this fixes the problems that are described in #473 (or at least I was unable to produce a solution with the changes you provided).

Could you describe a bit more of what issue(s) you were facing and how the changes in this PR fixed your issue?

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.

vscode-data-grid with grid-template-columns is not respected
2 participants