Skip to content

Commit 6252665

Browse files
committed
Remove custom style from NonBreakingChangsPreferenceField control label - not needed
1 parent 7954399 commit 6252665

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

airbyte-webapp/src/views/Connection/ConnectionForm/components/NonBreakingChangesPreferenceField.module.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
gap: variables.$spacing-md;
1010
}
1111

12-
.connectorLabel {
13-
max-width: 328px;
14-
margin-right: variables.$spacing-xl;
15-
vertical-align: top;
16-
}
17-
1812
.leftFieldCol {
1913
flex: 1;
2014
max-width: 640px;

airbyte-webapp/src/views/Connection/ConnectionForm/components/NonBreakingChangesPreferenceField.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export const NonBreakingChangesPreferenceField: React.FC<FieldProps<string>> = (
3030
<div className={styles.flexRow}>
3131
<div className={styles.leftFieldCol}>
3232
<ControlLabels
33-
className={styles.connectorLabel}
3433
nextLine
3534
label={formatMessage({
3635
id: "connectionForm.nonBreakingChangesPreference.label",

0 commit comments

Comments
 (0)