parent
b17871bf44
commit
1f6d10430d
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ export default function ErrorAlert({
|
|||
),
|
||||
p({ node, ...props }) {
|
||||
return (
|
||||
<span className="inline-block w-fit max-w-full align-text-top">
|
||||
<span className="inline-block w-fit max-w-full align-text-top truncate-multiline">
|
||||
{props.children}
|
||||
</span>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ export default function FlowBuildingComponent() {
|
|||
),
|
||||
p({ node, ...props }) {
|
||||
return (
|
||||
<span className="inline-block w-fit max-w-full align-text-top">
|
||||
<span className="inline-block w-fit max-w-full align-text-top truncate-doubleline">
|
||||
{props.children}
|
||||
</span>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue