diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-20 03:49:00 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-20 03:49:00 +0200 |
commit | b18a4134048bac5df33d100cd09087566a6e5a8d (patch) | |
tree | 8d0804806feef90c6037cfbf9500be9b98a2d5df /frontend/src/app/_elements/form-dataset/form-dataset.component.html | |
parent | 032700eff2c33537ff25f4e306051a2c620a415a (diff) | |
parent | b46c5702c8e2900907c355fd7569a18076c681c0 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/app/_elements/form-dataset/form-dataset.component.html')
-rw-r--r-- | frontend/src/app/_elements/form-dataset/form-dataset.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/form-dataset/form-dataset.component.html b/frontend/src/app/_elements/form-dataset/form-dataset.component.html index 024f58e8..6194a1a8 100644 --- a/frontend/src/app/_elements/form-dataset/form-dataset.component.html +++ b/frontend/src/app/_elements/form-dataset/form-dataset.component.html @@ -40,7 +40,7 @@ <input class="file" id="file-upload" (change)="changeListener($event)" (valueChange)="dataset.isPreProcess = false; editEvent.emit()" #fileInput type="file" accept=".csv"> - <div class="mt-5 datatable"> + <div class="datatable"> <div [ngClass]="{'hidden': (!existingFlag)}" class="text-center"> <button mat-button (click)="goBack()"><mat-icon>keyboard_arrow_left</mat-icon></button> <div style="display: inline;">{{(this.begin/10)+1}}...{{getPage()}}</div> |