mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
Merge pull request #5688 from urbit/po/fix-url-wrapping-in-notes
groups: fix issue with wrapping urls in notes
This commit is contained in:
commit
f194d863c6
@ -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;
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user