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:
@@ -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>
|
||||
|
||||
@@ -25,7 +25,7 @@ export default {
|
||||
},
|
||||
|
||||
type_icon: {
|
||||
marginLeft: '-1.9em',
|
||||
marginLeft: '-0.2em',
|
||||
marginRight: '0.7em',
|
||||
},
|
||||
type_text: {
|
||||
|
||||
Reference in New Issue
Block a user