mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +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')(() => ({
|
const Truncated = styled('span')(() => ({
|
||||||
...textTruncated,
|
...textTruncated,
|
||||||
maxWidth: 500,
|
maxWidth: 500,
|
||||||
|
display: 'block',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const NameWithChangeInfo: FC<{
|
export const NameWithChangeInfo: FC<{
|
||||||
|
Loading…
Reference in New Issue
Block a user