We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fef94 commit 20434d1Copy full SHA for 20434d1
website/routes/MasterDetail.tsx
@@ -84,6 +84,8 @@ function MasterDetail() {
84
cellClass(row) {
85
return row.type === 'DETAIL'
86
? css`
87
+ /* allows shrinkin the inner grid */
88
+ contain: inline-size;
89
padding: 24px;
90
`
91
: undefined;
0 commit comments