Skip to content

Commit

Permalink
style fixes for map component, re: #4670
Browse files Browse the repository at this point in the history
  • Loading branch information
robgaston committed Jul 8, 2019
1 parent 287b811 commit 962ed9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/media/css/arches.css
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ input[type="checkbox"] {
}

.padded-workflow-step, .workflow-step-body .card-component {
padding: 35px;
padding: 20px 35px 82px 40px;
}

.workflow-step-body .padded-workflow-step .card-component {
Expand Down
2 changes: 2 additions & 0 deletions arches/app/media/js/views/components/cards/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ define([
if (value.selectedTool()) value.selectedTool('');
});
});

setTimeout(function() { map.resize(); }, 1);
});
},
template: {
Expand Down

0 comments on commit 962ed9e

Please sign in to comment.