Skip to content

Commit

Permalink
Fix height of disabled cards
Browse files Browse the repository at this point in the history
  • Loading branch information
mdefazio committed Mar 24, 2020
1 parent 6c9926c commit 0dcee4a
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 0dcee4a

Please sign in to comment.