Skip to content

Commit 0d63df9

Browse files
committed
news height fix
1 parent 8255d77 commit 0d63df9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

client/src/components/News.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,7 @@ class News extends Component {
7777
const { news, tweets } = this.props;
7878
const divStyle= {
7979
overflow: 'auto',
80-
<<<<<<< HEAD
81-
height: '100vh',
82-
=======
8380
height: '80vh'
84-
>>>>>>> news feed height fix
8581
};
8682
return (
8783
<div>

0 commit comments

Comments
 (0)