groups: fix issue with wrapping urls in notes

This commit is contained in:
Patrick O'Sullivan 2022-04-01 14:23:23 -05:00
parent c3b491ddb0
commit c650d1d477

View File

@ -2,9 +2,7 @@ import { Text } from '@tlon/indigo-react';
import styled from 'styled-components';
export const TruncatedText = styled(Text)`
white-space: pre;
text-overflow: ellipsis;
overflow: hidden;
min-width: 0;
overflow-wrap: anywhere;
`;