Skip to content

Commit

Permalink
Fixed dancing tooltip in databaselist action buttons (#18686)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Feb 14, 2022
1 parent e6ea197 commit 801091b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ const IconCancelX = styled(Icons.CancelX)`

const Actions = styled.div`
color: ${({ theme }) => theme.colors.grayscale.base};
.action-button {
display: inline-block;
height: 100%;
}
`;

function BooleanDisplay({ value }: { value: Boolean }) {
Expand Down

0 comments on commit 801091b

Please sign in to comment.