Skip to content

Commit

Permalink
Merge branch 'devel' into CB-3703-ability-to-edit-configuration-in-th…
Browse files Browse the repository at this point in the history
…e-settings-panel
  • Loading branch information
EvgeniaBzzz authored Jan 31, 2024
2 parents 717b257 + 11adc7d commit 9220c25
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
32 changes: 0 additions & 32 deletions server/drivers/clickhouse/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion server/drivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</properties>

<modules>
<module>clickhouse</module>
<module>clickhouse_com</module>
<module>db2</module>
<module>db2-jt400</module>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.propertiesTable {
.container .propertiesTable {
flex: 1;
overflow: hidden;
padding: 12px 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const ProcessorConfigureDialog = observer<Props>(function ProcessorConfig
}

return styled(useStyles(UNDERLINE_TAB_STYLES))(
<CommonDialogWrapper size="large" fixedSize>
<CommonDialogWrapper className={s(styles, { container: true })} size="large" fixedSize>
<CommonDialogHeader title={title} onReject={onClose} />
<CommonDialogBody noOverflow noBodyPadding>
{!processor.isBinary ? (
Expand Down

0 comments on commit 9220c25

Please sign in to comment.