This commit is contained in:
Huong Nguyen 2023-11-20 14:04:55 +07:00
commit 6d0f351b99
3 changed files with 11 additions and 0 deletions

View File

@ -9,6 +9,9 @@
padding: $table-cell-padding;
vertical-align: top;
border-top: $table-border-width solid $table-border-color;
.form-check {
padding: 0;
}
}
thead th,

View File

@ -35193,6 +35193,10 @@ img.userpicture {
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.generaltable th .form-check,
.generaltable td .form-check {
padding: 0;
}
.generaltable thead th,
.generaltable thead td {
vertical-align: bottom;

View File

@ -35193,6 +35193,10 @@ img.userpicture {
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.generaltable th .form-check,
.generaltable td .form-check {
padding: 0;
}
.generaltable thead th,
.generaltable thead td {
vertical-align: bottom;