fix(style): add backend
This commit is contained in:
@@ -196,7 +196,7 @@ const AddModal: React.FC<AddModalProps> = (props) => {
|
||||
/>
|
||||
</SegmentedHeader>
|
||||
<ColumnWrapper
|
||||
maxHeight={'calc(100vh - 123px)'}
|
||||
maxHeight={'calc(100vh - 140px)'}
|
||||
styles={{
|
||||
container: {
|
||||
paddingTop: 0
|
||||
|
||||
@@ -137,7 +137,7 @@ const ImportYAML: React.FC<ImportYAMLProps> = forwardRef(
|
||||
actionStatus={actionStatus}
|
||||
theme={userSettings?.isDarkTheme ? 'vs-dark' : 'vs-light'}
|
||||
value={fileContent}
|
||||
height={'calc(100vh - 255px)'}
|
||||
height={'calc(100vh - 260px)'}
|
||||
header={renderHeader()}
|
||||
></YamlEditor>
|
||||
{error && <ErrorText type="danger">{error}</ErrorText>}
|
||||
|
||||
Reference in New Issue
Block a user