diff --git a/theme/boost/scss/moodle/tables.scss b/theme/boost/scss/moodle/tables.scss index 1fe2e6e24c6..d4e2233bf53 100644 --- a/theme/boost/scss/moodle/tables.scss +++ b/theme/boost/scss/moodle/tables.scss @@ -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, diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 86cff2cfa14..ee16f31c003 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -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; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 20656f2968f..988d3261777 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -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;