From f35d43b63328afb2ee3bf96a1f905da3d290b331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Mart=C3=ADn?= Date: Thu, 28 Apr 2022 16:29:48 +0200 Subject: [PATCH] MDL-74598 reportbuilder: Fix action menus alignment to the right --- theme/boost/scss/moodle/reportbuilder.scss | 3 +++ theme/boost/style/moodle.css | 3 +++ theme/classic/style/moodle.css | 3 +++ 3 files changed, 9 insertions(+) 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;