diff --git a/theme/boost/scss/moodle/reportbuilder.scss b/theme/boost/scss/moodle/reportbuilder.scss index 2c158146a78..703daaf9581 100644 --- a/theme/boost/scss/moodle/reportbuilder.scss +++ b/theme/boost/scss/moodle/reportbuilder.scss @@ -7,6 +7,9 @@ td { @extend .align-middle; } + .action-menu .menubar { + justify-content: end; + } } /* Filters */ diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 84e77ace988..ebdf02bd531 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -21127,6 +21127,9 @@ div.editor_atto_toolbar button .icon { * Reportbuilder. */ /* Table */ +.reportbuilder-table .action-menu .menubar { + justify-content: end; } + /* Filters */ .reportbuilder-wrapper .filters-dropdown { width: 27rem; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 4fde45c7eca..01e8c66d9b2 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -21073,6 +21073,9 @@ div.editor_atto_toolbar button .icon { * Reportbuilder. */ /* Table */ +.reportbuilder-table .action-menu .menubar { + justify-content: end; } + /* Filters */ .reportbuilder-wrapper .filters-dropdown { width: 27rem;