vscode-webview-ui-toolkit icon indicating copy to clipboard operation
vscode-webview-ui-toolkit copied to clipboard

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

Open joacoc opened this issue 2 years ago • 1 comments

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

joacoc avatar Nov 05 '23 23:11 joacoc

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?

hawkticehurst avatar Nov 11 '23 01:11 hawkticehurst