Fix Overflow in Interrogation Services Page (#21043)

* fix overflow in interrogation services vuln page

Signed-off-by: bupd <bupdprasanth@gmail.com>

* add space between items in vuln page

* adds padding in between scan now and results of the scan

Signed-off-by: bupd <bupdprasanth@gmail.com>

---------

Signed-off-by: bupd <bupdprasanth@gmail.com>
This commit is contained in:
Prasanth Baskar 2025-02-10 10:56:13 +05:30 committed by GitHub
parent c0ef35896d
commit fee92c5189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

View File

@ -19,8 +19,8 @@
(inputvalue)="saveSchedule($event)"></cron-selection>
</div>
</section>
<div class="clr-row">
<div class="clr-col-2 flex-200">
<div class="clr-col-5">
<div class="clr-row-3">
<div class="btn-scan-right btn-scan margin-top-16px">
<button
id="scan"
@ -39,7 +39,9 @@
class="spinner spinner-inline margin-left-5 v-mid"></span>
</div>
</div>
<div class="clr-col" *ngIf="scanningMetrics && scanningMetrics.total">
<div
class="clr-row-2 pt-4"
*ngIf="scanningMetrics && scanningMetrics.total">
<div class="total" [style.width]="totalWidth + 'px'">
<span class="float-left" *ngIf="isManual()">{{
'CONFIG.SCANNING.MANUAL' | translate

View File

@ -43,7 +43,7 @@
width: 160px;
margin-bottom: 0;
margin-top: 41px;
}
}
}
}
@ -73,6 +73,10 @@
flex: 0 0 200px;
}
.pt-4 {
padding-top: 1rem;
}
.total {
text-align: right;
line-height: 15px;