Skip to content

Commit

Permalink
refactor(@clayui/empty-state): LPD-1647 Remove test-truncate class fr…
Browse files Browse the repository at this point in the history
…om empty state component
  • Loading branch information
ilzamcmed committed May 24, 2024
1 parent c1ce18e commit 62b6835
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/clay-empty-state/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,7 @@ const ClayEmptyState = ({
)}

<div className="c-empty-state-title">
<span className="text-truncate-inline">
<span className="text-truncate">
{title || defaultTile}
</span>
</span>
<span>{title || defaultTile}</span>
</div>
<div className="c-empty-state-text">{description}</div>
{children && <div className="c-empty-state-footer">{children}</div>}
Expand Down

0 comments on commit 62b6835

Please sign in to comment.