Fix the width of the checkbox column in inventory table [SCI-7772]

This commit is contained in:
sboursen-scinote 2023-02-10 14:56:54 +01:00
parent a6eb682234
commit 78f534b5ea

View file

@ -40,7 +40,11 @@
th,
td {
padding: 8px;
padding: 12px;
&:first-child {
width: 16px !important;
}
}
}
}
@ -55,6 +59,11 @@
td {
padding-left: 10px;
&:first-child {
display: flex;
justify-content: center;
}
}
.dt-body-center {