style(colmunDesc): tooltips icon line heigh to 0

Co-authored-by: jarek <jaroslaw.sadzinski@gmail.com>
This commit is contained in:
CamilleLegeron 2023-02-23 10:18:38 +01:00 committed by GitHub
parent 16d7f16840
commit 5e244a9a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,6 +359,8 @@ const cssColumnInfoTooltipButton = styled('div', `
border-radius: 50%;
display: inline-block;
margin-left: 5px;
line-height: 0px;
&:hover {
--icon-color: ${theme.infoButtonHoverFg};
}