mirror of
https://github.com/goharbor/harbor
synced 2025-04-14 17:48:03 +00:00
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:
parent
c0ef35896d
commit
fee92c5189
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user