Hyperlink styling for row value

This commit is contained in:
Alicia Sykes 2023-07-17 23:06:53 +01:00
parent 2310c80137
commit eea6929071

View File

@ -24,6 +24,9 @@ export const StyledRow = styled.div`
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
a {
color: ${colors.primary};
}
}
`;