Layout fixes
This commit is contained in:
@@ -19,7 +19,7 @@ const mapDispatchToProps = dispatch => {
|
||||
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(props => {
|
||||
return (
|
||||
<Box dxStyle={{width: '180px', height: 'auto', padding: '8px'}}>
|
||||
<Box dxStyle={{minWidth: '180px', height: 'auto', padding: '8px'}}>
|
||||
<div style={{width: '100%', height: 'auto'}}>
|
||||
<h1 style={{width: '100%', textAlign: 'center'}}>{props.Title}</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user