diff --git a/common/app/routes/Jobs/components/ShowJob.jsx b/common/app/routes/Jobs/components/ShowJob.jsx index b89d2b681a..b1d8faad5a 100644 --- a/common/app/routes/Jobs/components/ShowJob.jsx +++ b/common/app/routes/Jobs/components/ShowJob.jsx @@ -1,5 +1,5 @@ import React, { PropTypes } from 'react'; -import { Row, Thumbnail, Panel, Well } from 'react-bootstrap'; +import { Row, Col, Thumbnail, Panel } from 'react-bootstrap'; import moment from 'moment'; const defaultImage = @@ -50,22 +50,49 @@ export default React.createClass({ return (
{ description }
+ +{ description }
-