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 af3e2c0a142..b98ce87d580 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -35208,6 +35208,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 c756ee73526..6a479f7e4b4 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -35208,6 +35208,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;