Layout changes

This commit is contained in:
Scott E. Graves
2018-12-12 20:13:38 -06:00
parent 2042d7140f
commit b4f1158bba

View File

@@ -270,7 +270,7 @@ class MountItems extends Component {
retryDisplay = (
<Modal>
<Box dxStyle={{padding: '8px', minWidth: '70vw'}}>
<h1 style={{textAlign: 'center'}}>Mount Failed</h1>
<h1 style={{textAlign: 'center', paddingBottom: '8px', color: 'var(--text_color_error)'}}>Mount Failed</h1>
{retryList}
</Box>
</Modal>