Fixed dancing tooltip in databaselist action buttons (#18686)

This commit is contained in:
Lyndsi Kay Williams 2022-02-14 12:53:52 -06:00 committed by GitHub
parent e6ea197e9f
commit 801091be03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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 }) {