This commit is contained in:
Sara Arjona 2022-03-17 15:42:34 +01:00
commit 1ccea2c9ff
4 changed files with 11 additions and 1 deletions

View File

@ -122,7 +122,7 @@
{{/filterspresent}}
{{/editmode}}
</div>
<div class="mt-2">
<div class="reportbuilder-editor-table-container mt-2">
{{! Table }}
{{{table}}}
</div>

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {