diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index 7032fe9f3b5..4ed9701d77f 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 44a54c0c5c9..549fad0110e 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 7e0b7f02cfd..4a109033985 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;