Skip to content
Snippets Groups Projects
Commit a088aa42 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15314 TIME 0:09 display information without scroll in import user

parent 8779ade2
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</div> </div>
<div class="row" style="margin: 0px;"> <div class="row" style="margin: 0px;">
<div class="col-md-12"> <div class="col-md-12">
<mat-paginator #paginator [length]="100" [hidePageSize]="true" [pageSize]="10"> <mat-paginator #paginator [length]="100" [hidePageSize]="true" [pageSize]="8">
</mat-paginator> </mat-paginator>
</div> </div>
</div> </div>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
.dndFile { .dndFile {
height: 100%; height: 50%;
display: flex; display: flex;
align-items: center; align-items: center;
margin: 0px; margin: 0px;
......
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