Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Jun 3, 2023
1 parent 771658d commit b07afc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-premium/src/concept/Example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function Example() {
}
{
mode === Mode.ORIGINAL &&
<div key={String(mode)} style={{ height: 300, width: '100%' }}>
<div key={String(mode)} style={{ height: 300, width: 700 }}>
<DataGrid
{...props}
rowHeight={rowHeight}
Expand Down
1 change: 1 addition & 0 deletions packages/grid/x-data-grid-premium/src/concept/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ body {
.grid {
position: relative;
font-size: 14px;
width: 700px;
}

.container {
Expand Down

0 comments on commit b07afc3

Please sign in to comment.