diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index ff80107a822..b1606bb4e56 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -219,7 +219,7 @@ div.dropdown-item { padding: 0; } -.section li.movehere a.movehere { +.section li.movehere a { display: block; width: 100%; height: 2rem; diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 716dd83911b..096e9746271 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -9840,7 +9840,7 @@ div.dropdown-item:focus-within { margin: 0; padding: 0; } -.section li.movehere a.movehere { +.section li.movehere a { display: block; width: 100%; height: 2rem; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 0f71bdf6be3..2c177c60cb3 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -10044,7 +10044,7 @@ div.dropdown-item:focus-within { margin: 0; padding: 0; } -.section li.movehere a.movehere { +.section li.movehere a { display: block; width: 100%; height: 2rem;