mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-74132' of https://github.com/roland04/moodle
This commit is contained in:
commit
1ccea2c9ff
@ -122,7 +122,7 @@
|
||||
{{/filterspresent}}
|
||||
{{/editmode}}
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<div class="reportbuilder-editor-table-container mt-2">
|
||||
{{! Table }}
|
||||
{{{table}}}
|
||||
</div>
|
||||
|
@ -92,6 +92,10 @@ $rb-right-sidebar-width: 350px;
|
||||
@extend .flex-fill;
|
||||
min-width: 0;
|
||||
}
|
||||
// Allow horizontal scroll in editor table.
|
||||
.reportbuilder-editor-table-container {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* Custom table headers */
|
||||
.reportbuilder-table th {
|
||||
|
@ -21128,6 +21128,9 @@ div.editor_atto_toolbar button .icon {
|
||||
.reportbuilder-report-container {
|
||||
min-width: 0; }
|
||||
|
||||
.reportbuilder-editor-table-container {
|
||||
overflow-x: auto; }
|
||||
|
||||
/* Custom table headers */
|
||||
.reportbuilder-table th button[data-action="report-remove-column"] .icon,
|
||||
.reportbuilder-table th span[data-drag-type="move"] .icon {
|
||||
|
@ -21074,6 +21074,9 @@ div.editor_atto_toolbar button .icon {
|
||||
.reportbuilder-report-container {
|
||||
min-width: 0; }
|
||||
|
||||
.reportbuilder-editor-table-container {
|
||||
overflow-x: auto; }
|
||||
|
||||
/* Custom table headers */
|
||||
.reportbuilder-table th button[data-action="report-remove-column"] .icon,
|
||||
.reportbuilder-table th span[data-drag-type="move"] .icon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user