Modify the tooltip to increase and display the full content

Signed-off-by: Cheng <1309173081@qq.com>
This commit is contained in:
Cheng 2018-09-18 14:02:31 +08:00
parent 014a81da68
commit 27a5df5c90
2 changed files with 2 additions and 2 deletions

View File

@ -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;">

View File

@ -11,7 +11,7 @@
top: -6px;
position: relative;
}
.tooltip-style {
.modal-height {
height: 15.3em;
overflow-y: hidden;
}