summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/form-fields/form-fields.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-09 15:59:37 +0530
commit84664e840caea5628664ac466a26c3be0eec0b27 (patch)
tree11dd110c78304e20e4b9b675025a0d37995e0990 /ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/form-fields/form-fields.component.html
parent0af0c8a8b3bb1fae4ae0e934136098be6e451459 (diff)
Fixed edit cloumn and edit form field css
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>
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/form-fields/form-fields.component.html')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/form-fields/form-fields.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/form-fields/form-fields.component.html b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/form-fields/form-fields.component.html
index 169eea7b..028c9807 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/form-fields/form-fields.component.html
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/form-fields/form-fields.component.html
@@ -27,8 +27,8 @@
</div>
- <div class="card-body" style="width: 1000px; height: 770px; ">
- <div style="height:765px; overflow: scroll;">
+ <div class="card-body" style="width: 1000px; height: 760px; ">
+ <div style="height:737px; overflow: scroll; overflow-x: hidden;">
<br/>
<br/>
@@ -144,7 +144,7 @@
</div>
</div>
- <div class="card-footer" style="width: 1000px; padding-left: 770px;">
+ <div class="card-footer" style="width: 1000px; height: 65px; padding-left: 770px;">
<button style="font-size: 17px;" *ngIf="!showConfirmButton" (click)="save();" class="btn btn-alt btn-small">Save</button>&nbsp;
<button style="font-size: 17px;" *ngIf="showConfirmButton" (click)="complete();" class="btn btn-alt btn-small">Confirm</button>&nbsp;&nbsp;
<button style="font-size: 17px;" (click)="close()" class="btn btn-alt btn-small">Cancel</button>