Compact row height
Reduces row height and product thumbnails so long order and product lists take up far less space.
Code to copy
.Polaris-IndexTable__TableRow,
table[class*="Polaris"] tbody tr {
height: auto !important;
}
.Polaris-IndexTable__TableRow .Polaris-Thumbnail,
.Polaris-IndexTable__TableCell img {
width: 28px !important;
height: 28px !important;
}
.Polaris-IndexTable__TableCell { vertical-align: middle !important; }
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.