Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Connections Table styles #17241

Merged
merged 1 commit into from
Sep 27, 2022
Merged

Conversation

YatsukBogdan1
Copy link
Contributor

What

Fixes bug described in the comment in this PR #16600.

How

The problem here is that the general Row component used in different places is using the height property set to 32px and using styled-components. On the other hand MainInfo component appears to have a height of 70px, and also should expand in case we have a big reset streams list, and using the SCSS module. styled-components seems to override SCSS styles, so I decided to use !important statement here. @lmossman if you can think of better solution, let me know.

@YatsukBogdan1 YatsukBogdan1 requested a review from a team as a code owner September 27, 2022 11:39
@github-actions github-actions bot added area/platform issues related to the platform area/frontend Related to the Airbyte webapp labels Sep 27, 2022
@edmundito edmundito merged commit 14968bc into master Sep 27, 2022
@edmundito edmundito deleted the byatsu/fix-simple-table-styles branch September 27, 2022 17:00
@edmundito
Copy link
Contributor

Merged to get this deployed asap.

robbinhan pushed a commit to robbinhan/airbyte that referenced this pull request Sep 29, 2022
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp area/platform issues related to the platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants