feat(grid): Extend clickable area of checkboxes

This commit is contained in:
Corentin Forler 2023-08-24 15:09:38 +02:00
parent ebc9b10389
commit 7d057801ee

View file

@ -118,6 +118,15 @@
.grid-row-check {
margin-top: 2px;
&::after {
// Extend the checkbox's clickable area
display: block;
content: "";
inset: -8px;
position: absolute;
opacity: 0;
}
}
.template-row-index {