update tooltip style
This commit is contained in:
parent
ef32c92b37
commit
0ba802bf26
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Add table
Reference in a new issue