mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 11:46:43 +01:00
Modify the tooltip to increase and display the full content
Signed-off-by: Cheng <1309173081@qq.com>
This commit is contained in:
parent
014a81da68
commit
27a5df5c90
@ -1,7 +1,7 @@
|
||||
<clr-modal [(clrModalOpen)]="createProjectOpened" [clrModalStaticBackdrop]="staticBackdrop" [clrModalClosable]="closable">
|
||||
<h3 class="modal-title">{{'PROJECT.NEW_PROJECT' | translate}}</h3>
|
||||
<inline-alert class="modal-title"></inline-alert>
|
||||
<div class="modal-body tooltip-style">
|
||||
<div class="modal-body modal-height">
|
||||
<form #projectForm="ngForm">
|
||||
<section class="form-block">
|
||||
<div class="form-group" style="padding-left: 135px;">
|
||||
|
@ -11,7 +11,7 @@
|
||||
top: -6px;
|
||||
position: relative;
|
||||
}
|
||||
.tooltip-style {
|
||||
.modal-height {
|
||||
height: 15.3em;
|
||||
overflow-y: hidden;
|
||||
}
|
Loading…
Reference in New Issue
Block a user