Layout changes
This commit is contained in:
@@ -270,7 +270,7 @@ class MountItems extends Component {
|
|||||||
retryDisplay = (
|
retryDisplay = (
|
||||||
<Modal>
|
<Modal>
|
||||||
<Box dxStyle={{padding: '8px', minWidth: '70vw'}}>
|
<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}
|
{retryList}
|
||||||
</Box>
|
</Box>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|||||||
Reference in New Issue
Block a user