fix: words breaking abruptly (#1371)
This commit is contained in:
parent
ca799a2b02
commit
428d0dbac9
25 changed files with 42 additions and 38 deletions
|
|
@ -150,8 +150,8 @@ export const SingleCycleCard: React.FC<TSingleStatProps> = ({
|
|||
}`}
|
||||
/>
|
||||
</span>
|
||||
<Tooltip tooltipContent={cycle.name} className="break-all" position="top-left">
|
||||
<h3 className="break-all text-lg font-semibold">
|
||||
<Tooltip tooltipContent={cycle.name} className="break-words" position="top-left">
|
||||
<h3 className="break-words text-lg font-semibold">
|
||||
{truncateText(cycle.name, 15)}
|
||||
</h3>
|
||||
</Tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue