Skip to content

Commit

Permalink
frontend: remove temporary overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
squat committed Sep 7, 2016
1 parent 974083e commit 2aa534b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/public/components/job.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const getJobTypeAndCompletions = (o) => {
return {type: 'Work Queue', completions: 1};
}

const Details = (job) => <div className="row-wrapper">
const Details = (job) => <div>
<div className="row">
<div className="col-md-6">
<div className="co-m-pane__heading">
Expand Down
5 changes: 0 additions & 5 deletions frontend/public/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,3 @@ body {
padding-right: 10px;
cursor: pointer;
}

// eliminate overflow of rows that causes scroll bar on bottom
.row-wrapper {
overflow-x: hidden;
}

0 comments on commit 2aa534b

Please sign in to comment.