Layout fixes

This commit is contained in:
2019-10-17 00:04:17 -05:00
parent ab5429d5e7
commit 7f9442f865

View File

@@ -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>