<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/react](./react.md) &gt; [ArqueroDetailsListProps](./react.arquerodetailslistprops.md) &gt; [compactRowHeight](./react.arquerodetailslistprops.compactrowheight.md)

## ArqueroDetailsListProps.compactRowHeight property

If compact = true, override the default height. FluentUI hard-codes the compact height, so this gives us a way to customize how dense the rows are. Note that if compact = false (the default), this has no effect.

<b>Signature:</b>

```typescript
compactRowHeight?: number;
```
