Changed the positioning of the type icon in the header and forgot the set the style of the movie info header to the correct css element, this is fixed now.

This commit is contained in:
2018-01-09 23:03:53 +01:00
parent 5d0b766d3d
commit 0addc76126
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ class AdminRequestInfo extends Component {
</div>
<div style={requestInfoCSS.info_movie}>
<h3 style={requestInfoCSS.info_movie}>Movie info</h3>
<h3 style={requestInfoCSS.info_movie_header}>Movie info</h3>
{ this.generateSummary() }
</div>

View File

@@ -25,7 +25,7 @@ export default {
},
type_icon: {
marginLeft: '-1.9em',
marginLeft: '-0.2em',
marginRight: '0.7em',
},
type_text: {