Layout changes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
max-height: 60vh;
|
||||
width: 255px;
|
||||
overflow-y: auto;
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: var(--default_spacing);
|
||||
}
|
||||
|
||||
.SAPActions {
|
||||
|
||||
@@ -50,7 +50,7 @@ class SelectAppPlatform extends IPCContainer {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Box dxDark dxStyle={{padding: '8px'}}>
|
||||
<Box dxDark dxStyle={{padding: 'var(--default_spacing)'}}>
|
||||
<h1 className={'SAPHeading'}>Select Linux Platform</h1>
|
||||
<div className={'SAPContent'}>
|
||||
<p>Repertory was unable to detect your Linux distribution. Please select one of the following and click <b>Test</b> to continue:</p>
|
||||
|
||||
Reference in New Issue
Block a user