FIX Merge code conflict

forge
Jasder 5 years ago
parent 4ce892a51e
commit dcc9fb1d60

@ -74,14 +74,7 @@ class Index extends Component{
render={ render={
(props) => (<ProjectIndex {...this.props} {...props} {...this.state} current_user={current_user}/>) (props) => (<ProjectIndex {...this.props} {...props} {...this.state} current_user={current_user}/>)
} }
<<<<<<< HEAD
></Route> ></Route>
=======
></Route>
>>>>>>> 07e257798976a985e99678db864e9ed96ad5dfdf
</Switch> </Switch>
) )

@ -446,7 +446,6 @@ body,#root{
width: 100%; width: 100%;
} }
} }
<<<<<<< HEAD
.null_data_box{ .null_data_box{
width: 100%; width: 100%;
border: 1px solid #d4d4d5; border: 1px solid #d4d4d5;
@ -489,7 +488,5 @@ body,#root{
.item .gitAddressClone input:focus{ .item .gitAddressClone input:focus{
border: 1px solid #2185d0; border: 1px solid #2185d0;
} }
=======
.content-file{margin-top: 8px;} .content-file{margin-top: 8px;}
.text-center{text-align: center;} .text-center{text-align: center;}
>>>>>>> 07e257798976a985e99678db864e9ed96ad5dfdf

Loading…
Cancel
Save