1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: break toggle description niceley (#4093)

fixes: #3096
This commit is contained in:
Ivar Conradi Østhus 2023-06-27 09:15:16 +02:00 committed by GitHub
parent b36ab58f87
commit 464ef5b326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,6 @@ const StyledBody = styled('div')(({ theme }) => ({
const StyledBodyItem = styled('span')(({ theme }) => ({
margin: theme.spacing(1, 0),
fontSize: theme.fontSizes.bodySize,
wordBreak: 'break-all',
}));
const StyledDescriptionContainer = styled('div')(({ theme }) => ({