-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
πͺ π Connection Name styles match other fields on Connection create (#β¦
β¦20377) * use our default styles * update snapshots * fix from merge conflict * fix scroll issue on webhook form * Revert "fix scroll issue on webhook form" This reverts commit 08a8d95.
- Loading branch information
1 parent
ec99595
commit f9563d2
Showing
3 changed files
with
8 additions
and
25 deletions.
There are no files selected for viewing
12 changes: 0 additions & 12 deletions
12
airbyte-webapp/src/components/CreateConnection/CreateConnectionNameField.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
@forward "../../views/Connection/ConnectionForm/ConnectionFormFields.module.scss"; | ||
@use "../../scss/variables"; | ||
|
||
.labelHeading { | ||
line-height: 16px; | ||
display: inline; | ||
} | ||
|
||
.connectionLabel { | ||
max-width: 328px; | ||
margin-right: variables.$spacing-xl; | ||
vertical-align: top; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters