Skip to content

Commit

Permalink
Merge pull request #2 from mdefazio/connector_grid_fix
Browse files Browse the repository at this point in the history
Fix height of disabled cards
  • Loading branch information
YulNaumenko authored Mar 24, 2020
2 parents fea3095 + 0dcee4a commit 86812d4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@
box-shadow: none;
}
}

.actConnectorsListGrid {
.euiToolTipAnchor,
.euiCard {
height: 100%;
}
}

0 comments on commit 86812d4

Please sign in to comment.