fixing appearance of source selection page
parent
30a2e9819e
commit
dc073cbe9f
|
@ -61,7 +61,7 @@ export const SelectSourcePage = React.createClass({
|
|||
render() {
|
||||
const error = !!this.props.location.query.redirectPath;
|
||||
return (
|
||||
<div className="page-wrapper" id="select-source-page">
|
||||
<div id="select-source-page">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-md-8 col-md-offset-2">
|
||||
|
|
Loading…
Reference in New Issue