mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
parent
b36ab58f87
commit
464ef5b326
@ -48,7 +48,6 @@ const StyledBody = styled('div')(({ theme }) => ({
|
|||||||
const StyledBodyItem = styled('span')(({ theme }) => ({
|
const StyledBodyItem = styled('span')(({ theme }) => ({
|
||||||
margin: theme.spacing(1, 0),
|
margin: theme.spacing(1, 0),
|
||||||
fontSize: theme.fontSizes.bodySize,
|
fontSize: theme.fontSizes.bodySize,
|
||||||
wordBreak: 'break-all',
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const StyledDescriptionContainer = styled('div')(({ theme }) => ({
|
const StyledDescriptionContainer = styled('div')(({ theme }) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user