mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
block display
This commit is contained in:
parent
2bcefad996
commit
d60b4f1592
@ -6,6 +6,7 @@ import { textTruncated } from 'themes/themeStyles';
|
||||
const Truncated = styled('span')(() => ({
|
||||
...textTruncated,
|
||||
maxWidth: 500,
|
||||
display: 'block',
|
||||
}));
|
||||
|
||||
export const NameWithChangeInfo: FC<{
|
||||
|
Loading…
Reference in New Issue
Block a user