MDL-74598 reportbuilder: Fix action menus alignment to the right
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
td {
|
||||
@extend .align-middle;
|
||||
}
|
||||
.action-menu .menubar {
|
||||
justify-content: end;
|
||||
}
|
||||
}
|
||||
|
||||
/* Filters */
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user