Skip to content

Commit

Permalink
Merge pull request #6067 from guerler/bootstrap_shared_grid
Browse files Browse the repository at this point in the history
Style fix for published grid pages
  • Loading branch information
martenson committed May 5, 2018
2 parents 7c44139 + ca48d49 commit 8aaee18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/grid/grid-shared.js
Expand Up @@ -29,7 +29,7 @@ var View = Backbone.View.extend({

_templateShared: function() {
var self = this;
var $tmpl = $(`<div><h2>${this.model.get("plural")} shared with you by others</h2></div>`);
var $tmpl = $(`<div><br/><h2>${this.model.get("plural")} shared with you by others</h2></div>`);
var options = this.model.attributes;
if (options.shared_by_others && options.shared_by_others.length > 0) {
var $table = $(
Expand Down

0 comments on commit 8aaee18

Please sign in to comment.