update tooltip style

This commit is contained in:
Nail Badiullin 2023-04-06 11:38:18 +04:00
parent ef32c92b37
commit 0ba802bf26

View file

@ -1,6 +1,11 @@
import styled from 'styled-components';
import { MessageTooltip } from 'components/common/Tooltip/Tooltip.styled';
export const CellWrapper = styled.div`
display: flex;
gap: 10px;
${MessageTooltip} {
max-height: unset;
}
`;