diff options
author | 2020-10-13 19:27:45 +0530 | |
---|---|---|
committer | 2020-10-13 19:32:20 +0530 | |
commit | b47aac88acc6c8e69b044d62930eefc4c41fb249 (patch) | |
tree | b235636c9f159e4dd082e010b36612e673835d94 /vid-webpack-master/src/app/shared/components | |
parent | 1b93f300bda8e435954d93bc4088429ec28c34c0 (diff) |
Pause issue if orchStatus is Active fixed
Change-Id: I345054c1d50e596a7e09a66b9e4161f4e8e22183
Issue-ID: VID-905
Signed-off-by: rachitha.ramappa@att.com
Diffstat (limited to 'vid-webpack-master/src/app/shared/components')
2 files changed, 4 insertions, 4 deletions
diff --git a/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html b/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html index 038477d25..1fc1f4d82 100644 --- a/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html +++ b/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html @@ -49,10 +49,10 @@ </thead> <tbody> <tr class="row" *ngFor="let data of msoInfoData"> - <td id="msoRequestId" class="col-md-2" style="width: 22%"> + <td id="msoRequestId" style="width: 22%"> <custom-ellipsis [id]="data?.requestId" [value]="data?.requestId" [attr.data-tests-id]="'requestId'"></custom-ellipsis> </td> - <td *ngIf="isAlaCarte && isALaCarteFlagOn" class="msoInstanceName col-md-2" style="width: 10%"> + <td *ngIf="isAlaCarte && isALaCarteFlagOn" class="msoInstanceName" style="width: 10%"> <custom-ellipsis [id]="data?.instanceName" [value]="data?.instanceName"></custom-ellipsis> </td> <td id="msoModelType" style="width: 7%"> diff --git a/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.scss b/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.scss index 6b1a70486..237184283 100644 --- a/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.scss +++ b/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.scss @@ -96,8 +96,8 @@ mwlResizable { .table-bordered { margin-top: 10px; - font-family: OpenSans-Semibold; - font-size: 12px; + font-family: inherit; + font-size: 13px; overflow-x: auto; overflow-y: auto; //display: block; |