Skip to content

Commit

Permalink
a little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eamahanna committed Oct 29, 2020
1 parent 162f382 commit 48c6fbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions kbase-extension/static/kbase/css/kbaseNarrative.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
font: normal, 16px, Oxygen, Arial, sans-serif;
}

.dz-file__row {
display: flex;
align-items: center;
}

.dz-file__name {
white-space: nowrap;
overflow: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ define([
}

})
.on('success', (file, serverResponse) => {
.on('success', (file) => {
var $successElem = $(file.previewElement);
$successElem.find('#upload_progress_and_cancel').hide();
$successElem.find('#dz_file_row_1').css({'display': 'flex', 'align-items': 'center'});
Expand Down

0 comments on commit 48c6fbb

Please sign in to comment.