Skip to content

Commit

Permalink
Merge 25ae6a8 into 0bb88a5
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsnkr committed Dec 19, 2018
2 parents 0bb88a5 + 25ae6a8 commit dc318fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ide/static/css/zoo.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body {
overflow-x: hidden;
}

#wrapper {
#content-wrapper {
padding-left: 250px;
}

Expand Down
2 changes: 1 addition & 1 deletion ide/static/js/modelZoo.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class ModelZoo extends React.Component {

return (
<div className="sidebar-content">
<div id="wrapper" className="toggle" ref="wrapper1">
<div id="content-wrapper" className="toggle" ref="wrapper1">
<div id="sidebar-wrapper">
<ul id="sidebar-nav" className="sidebar-nav">
<div className="filterbar-container">
Expand Down

0 comments on commit dc318fb

Please sign in to comment.