summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/columns/column-list/column-list.component.html
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-10-09 15:59:20 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-10-15 09:50:40 +0000
commit62fa6338618b5d4260b0388c6b925c07fcbe6ad4 (patch)
treef1e492c4b638370bd0d71b50fa9719802dc7d777 /ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/columns/column-list/column-list.component.html
parent5213e0d8e1a8b7f5d52c88ff0459ee4b7022441d (diff)
Fixed edit cloumn and edit form field cssrelease-3.3.0
Fixed CSS for edit cloumn and edit form field popup Issue-ID: PORTAL-1028 Change-Id: Ic2774033e64f5ac029ce707a2cd8d8e66e46279f Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com> (cherry picked from commit 84664e840caea5628664ac466a26c3be0eec0b27)
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/columns/column-list/column-list.component.html')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/columns/column-list/column-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/columns/column-list/column-list.component.html b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/columns/column-list/column-list.component.html
index 31a10cae..0d4f3c80 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/columns/column-list/column-list.component.html
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/columns/column-list/column-list.component.html
@@ -24,7 +24,7 @@
<br/>
</div>
<div class="card-body" style="width: 1000px; height: 532px; ">
- <div style="height:500px; overflow: scroll;">
+ <div style="height:500px; overflow: scroll; overflow-x: hidden;">
<div class="tab-pane">
<app-edit-drill-down-link *ngIf="showEditDrillDownPage" [reportId]="reportId" [drillDownObj]="drillDownObj" (completed)="onCompleted($event)" >