1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Center align boolean fields

This commit is contained in:
Andrew Kingston 2023-05-17 08:16:47 +01:00
parent efb45a850b
commit 475c962a5f

View file

@ -37,6 +37,9 @@
.boolean-cell {
padding: 2px var(--cell-padding);
pointer-events: none;
flex: 1 1 auto;
display: flex;
justify-content: center;
}
.boolean-cell.editable {
pointer-events: all;