Skip to content

Commit

Permalink
fix widths of feature dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Apr 11, 2018
1 parent 5754b1f commit 683da89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/genome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
@import "dialog";
@import "export_dialog";
@import "file_dialog";
@import "main";
}

/* main application CSS styles */
Expand Down
2 changes: 1 addition & 1 deletion src/JBrowse/View/Track/BlockBased.js
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ return declare( [Component,DetailsMixin,FeatureFiltererMixin,Destroyable],
type = type.replace(/Dialog/,'');
var featureName = context.feature && (context.feature.get('name')||context.feature.get('id'));
var dialogOpts = {
"class": "jbrowse popup-dialog popup-dialog-"+type,
"class": "popup-dialog popup-dialog-"+type,
title: spec.title || spec.label || ( featureName ? featureName +' details' : "Details"),
style: dojo.clone( spec.style || {} )
};
Expand Down

0 comments on commit 683da89

Please sign in to comment.