Skip to content

Commit

Permalink
Fixes Connections Table styles (#17241)
Browse files Browse the repository at this point in the history
  • Loading branch information
YatsukBogdan1 authored Sep 27, 2022
1 parent b8dfed0 commit 14968bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

.mainView {
cursor: pointer;
height: auto;
height: unset !important;
min-height: 70px;
padding: variables.$spacing-lg 0;

.titleCell {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Row = styled.div`
flex-direction: row;
justify-content: flex-start;
align-items: center;
min-height: 70px;
height: 32px;
position: relative;
font-size: 14px;
Expand Down

0 comments on commit 14968bc

Please sign in to comment.