mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
fix: long descriptions (#10845)
This commit is contained in:
parent
8ba35507cd
commit
e1d21adc9f
@ -43,4 +43,5 @@ export const StyledDescription = styled('span')(({ theme }) => ({
|
||||
textOverflow: 'ellipsis',
|
||||
display: '-webkit-box',
|
||||
WebkitBoxOrient: 'vertical',
|
||||
wordBreak: 'break-word',
|
||||
}));
|
||||
|
||||
@ -292,7 +292,7 @@ exports[`renders an empty list correctly 1`] = `
|
||||
</span>
|
||||
</span>
|
||||
<span
|
||||
className="css-1121jr7"
|
||||
className="css-1ui83sq"
|
||||
data-loading={true}
|
||||
>
|
||||
Tag type description when loading
|
||||
@ -471,7 +471,7 @@ exports[`renders an empty list correctly 1`] = `
|
||||
</span>
|
||||
</span>
|
||||
<span
|
||||
className="css-1121jr7"
|
||||
className="css-1ui83sq"
|
||||
data-loading={true}
|
||||
>
|
||||
Tag type description when loading
|
||||
@ -650,7 +650,7 @@ exports[`renders an empty list correctly 1`] = `
|
||||
</span>
|
||||
</span>
|
||||
<span
|
||||
className="css-1121jr7"
|
||||
className="css-1ui83sq"
|
||||
data-loading={true}
|
||||
>
|
||||
Tag type description when loading
|
||||
@ -829,7 +829,7 @@ exports[`renders an empty list correctly 1`] = `
|
||||
</span>
|
||||
</span>
|
||||
<span
|
||||
className="css-1121jr7"
|
||||
className="css-1ui83sq"
|
||||
data-loading={true}
|
||||
>
|
||||
Tag type description when loading
|
||||
@ -1008,7 +1008,7 @@ exports[`renders an empty list correctly 1`] = `
|
||||
</span>
|
||||
</span>
|
||||
<span
|
||||
className="css-1121jr7"
|
||||
className="css-1ui83sq"
|
||||
data-loading={true}
|
||||
>
|
||||
Tag type description when loading
|
||||
|
||||
Loading…
Reference in New Issue
Block a user