mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Correct scene card truncation
This commit is contained in:
@@ -229,7 +229,7 @@ export const SceneCard: React.FC<ISceneCardProps> = (
|
||||
</video>
|
||||
</Link>
|
||||
<div className="card-section">
|
||||
<h5 className="text-truncate">
|
||||
<h5 className="card-section-title">
|
||||
{props.scene.title
|
||||
? props.scene.title
|
||||
: TextUtils.fileNameFromPath(props.scene.path)}
|
||||
|
||||
Reference in New Issue
Block a user