Fix view more styling

This commit is contained in:
Chi Vinh Le
2017-12-14 20:08:09 +01:00
parent 33781c3d16
commit d4051f6828
3 changed files with 5 additions and 3 deletions
@@ -10,7 +10,6 @@
}
.list {
padding: 0;
margin: 0;
outline: none;
}
@@ -377,9 +377,9 @@ class ModerationQueue extends React.Component {
<List
ref={this.handleListRef}
autoHeight
className={styles.list}
style={{
width: '100%',
outline: 'none',
}}
height={height}
width={1280}
@@ -2,6 +2,7 @@
display: flex;
justify-content: center;
width: 100%;
margin-bottom: -8px;
}
.viewMore {
@@ -13,6 +14,8 @@
background-color: #2376D8;
cursor: pointer;
text-transform: capitalize;
margin: 0;
margin-bottom: 8px;
}
.viewMore:hover {