Skip to content
Snippets Groups Projects
Commit 264b5cb8 authored by Vinciane's avatar Vinciane
Browse files

FIX #9511 Close button apparence

parent b87f31a5
No related branches found
No related tags found
No related merge requests found
<h1 mat-dialog-title>{{lang.templateAssociateEntities}}</h1>
<mat-dialog-content >
<h2 mat-dialog-title>{{lang.templateAssociateEntities}}</h2>
<div class="modal-body">
<div class="alert alert-warning" role="alert">
<p><b>{{lang.templateCheckEntities}}{{lang['AR'+data.template_attachment_type]}}</b></p>
<p>{{lang.templateCheckEntities}}<b>{{lang['AR'+data.template_attachment_type]}}</b></p>
</div>
<mat-list>
<mat-list-item *ngFor="let entity of data.entitiesList">
......
......@@ -3,21 +3,14 @@
min-width: 30vw;
max-height: 90vh;
overflow: hidden !important;
padding: 24px !important;
}
.modal-body{
min-height: auto;
}
mat-dialog-actions{
justify-content: center;
}
mat-list{
overflow: auto;
max-height: 50vh;
}
.mat-dialog-content h2{
margin-top: 20px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment