Skip to content

Commit

Permalink
[KNOWAGE-8807] Added columnsGrid specific CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjaw committed Mar 5, 2025
1 parent 4cc2d6e commit c63667a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ $aggrid-border-color: #d9dcde;
display: inline-block;
}
}
&.columnsGrid {
.ag-root-wrapper {
overflow: visible;
}
}
.ag-root-wrapper {
border: none !important;
}

.ag-body-viewport.ag-layout-auto-height {
height: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion knowage/src/main/webapp/themes/commons/css/customStyle.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>{{::translate.format(translate.load('sbi.cockpit.widget.configuration'),tran
</div>

<!-- COLUMNS DEFINITION TABLE -->
<div ng-show="newModel.content.columnSelectedOfDataset.length>0" ag-grid="columnsGrid" class="ag-theme-balham ag-theme-knowage ag-theme-knowage-secondary" style="padding:8px;"></div>
<div ng-show="newModel.content.columnSelectedOfDataset.length>0" ag-grid="columnsGrid" class="columnsGrid ag-theme-balham ag-theme-knowage ag-theme-knowage-secondary" style="padding:8px;"></div>

<!-- SUMMARY ROWS DEFINITION -->
<md-subheader class="noPadding">
Expand Down

0 comments on commit c63667a

Please sign in to comment.