MDL-74598 reportbuilder: Fix action menus alignment to the right

This commit is contained in:
Mikel Martín
2022-04-28 16:29:48 +02:00
parent 998c632b5d
commit f35d43b633
3 changed files with 9 additions and 0 deletions
@@ -7,6 +7,9 @@
td {
@extend .align-middle;
}
.action-menu .menubar {
justify-content: end;
}
}
/* Filters */
+3
View File
@@ -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;
+3
View File
@@ -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;