mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Fix formatting issue in performer dialog (#3252)
This commit is contained in:
@@ -106,7 +106,9 @@ const PerformerModal: React.FC<IPerformerModalProps> = ({
|
|||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
{truncate ? (
|
{truncate ? (
|
||||||
<TruncatedText className="col-7" text={text} />
|
<div className="col-7">
|
||||||
|
<TruncatedText text={text} />
|
||||||
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<span className="col-7">{text}</span>
|
<span className="col-7">{text}</span>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user