MDL-79783 theme_boost: remove form-check padding inside table cells.

This commit is contained in:
Paul Holden 2023-10-19 14:09:57 +01:00
parent 23b86254d3
commit 5b50a15a9d
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164
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

@ -35187,6 +35187,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

@ -35187,6 +35187,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;