fix spacing issue
This commit is contained in:
parent
2867560fed
commit
e1bbb7dbdf
1 changed files with 3 additions and 5 deletions
|
@ -50,16 +50,15 @@ var SearchResults = React.createClass({
|
|||
|
||||
var
|
||||
searchRowStyle = {
|
||||
height: '160px',
|
||||
height: (24 * 7) + 'px',
|
||||
overflowY: 'hidden'
|
||||
},
|
||||
searchRowImgStyle = {
|
||||
maxWidth: '100%',
|
||||
maxHeight: '16 0px',
|
||||
maxHeight: (24 * 7) + 'px',
|
||||
display: 'block',
|
||||
marginLeft: 'auto',
|
||||
marginRight: 'auto',
|
||||
float: 'left'
|
||||
marginRight: 'auto'
|
||||
},
|
||||
searchRowTitleStyle = {
|
||||
fontWeight: 'bold'
|
||||
|
@ -69,7 +68,6 @@ var
|
|||
},
|
||||
searchRowDescriptionStyle = {
|
||||
color : '#444',
|
||||
marginBottom: '24px',
|
||||
marginTop: '12px',
|
||||
fontSize: '0.9em'
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue