1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

block display

This commit is contained in:
Thomas Heartman 2025-07-02 11:55:45 +02:00
parent 2bcefad996
commit d60b4f1592

View File

@ -6,6 +6,7 @@ import { textTruncated } from 'themes/themeStyles';
const Truncated = styled('span')(() => ({
...textTruncated,
maxWidth: 500,
display: 'block',
}));
export const NameWithChangeInfo: FC<{