Skip to content

Commit

Permalink
Fixed misalignment issue in 'Wrapper' section
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsnkr committed Dec 19, 2018
1 parent 0bb88a5 commit 25ae6a8
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 25ae6a8

Please sign in to comment.