-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix forna stylesheet #434
Fix forna stylesheet #434
Changes from 4 commits
c64f3ef
30048df
222e811
8d75305
d7b1d85
cea82c8
d9e174a
247c7db
d42c42b
8cad5f4
1994255
e0d5d6c
ce1c497
bc9706f
f65bb85
45183b0
9c15d1e
77b2d68
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name": "dash_bio", "version": "0.3.0", "author": "The Plotly Team <[email protected]>"} | ||
{"name": "dash_bio", "version": "0.4.0-rc3", "author": "The Plotly Team <[email protected]>"} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,7 @@ export default class FornaContainer extends Component { | |
return ( | ||
<div | ||
id={this.props.id} | ||
className="forna-container" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you're able to rebuild If it's any sort of a pain figuring out how to build fornac, don't worry about it, we can leave it as you have it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we can get rid of this line now, right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah that's right! Fixed in 8cad5f4. |
||
ref={this.containerRef} | ||
style={{outline: 'none'}} | ||
/> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's put a hash here, so if and when we upgrade it's intentional :)
Same for all the git-referenced packages in fact. Even the circos branch reference isn't unique, a commit hash is better (and while I'm looking at this... much as we appreciate @matthewchan15's work, circos should probably be moved into the plotly namespace as well)