Skip to content

Commit

Permalink
MDL-74598 reportbuilder: Fix action menus alignment to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
roland04 committed Apr 28, 2022
1 parent e36fb75 commit 51d3df8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/boost/scss/moodle/reportbuilder.scss
Expand Up @@ -7,6 +7,9 @@
td {
@extend .align-middle;
}
.action-menu .menubar {
justify-content: end;
}
}

/* Filters */
Expand Down
3 changes: 3 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -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;
Expand Down

0 comments on commit 51d3df8

Please sign in to comment.