fix: align checkboxes in grid

This commit is contained in:
prssanna 2020-09-01 12:44:42 +05:30
parent 046124a94f
commit c78a72aedd

View file

@ -77,6 +77,10 @@
// border-right: 1px solid var(--border-color);
}
.grid-row-check {
margin-top: 2px;
}
.editable-form .grid-static-col.bold {
font-weight: bold;
}