diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-04 20:47:19 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-04 20:47:19 +0200 |
commit | bae455c30570d97ded6a291238f2393628d7cefa (patch) | |
tree | dc2b9cb7cb34e2499dd2feb0bb61fbbf2500b5a6 /frontend/src/app/_elements | |
parent | eee8b1f3790b243be19b015a37a2acd4e882b31e (diff) | |
parent | 0e945bd6f428edb13718aed247209f215b93e735 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/app/_elements')
-rw-r--r-- | frontend/src/app/_elements/form-dataset/form-dataset.component.html | 4 |
1 files changed, 2 insertions, 2 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 80476292..5c2b29ba 100644 --- a/frontend/src/app/_elements/form-dataset/form-dataset.component.html +++ b/frontend/src/app/_elements/form-dataset/form-dataset.component.html @@ -1,6 +1,6 @@ <div class="folderBox" *ngIf="dataset"> - <div class="row"> + <div class="row" style="margin-right: 0;"> <div class="bottomBar"> <div class="row"> <div class="col-sm mb-3"> @@ -40,7 +40,7 @@ </div> - <div class="row"> + <div class="row" style="margin-right: 0;"> <div class="file-container" [ngClass]="{'dottedClass': !tableData.hasInput}"> <i class="material-icons-outlined icon-display" [ngClass]="{'hidden': tableData.hasInput}">file_upload</i> |