mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix performer card name truncation (#682)
This commit is contained in:
@@ -29,7 +29,7 @@ export const PerformerCard: React.FC<IPerformerCardProps> = ({
|
||||
<Card className="performer-card">
|
||||
<Link to={`/performers/${performer.id}`}>
|
||||
<img
|
||||
className="image-thumbnail card-image"
|
||||
className="performer-card-image"
|
||||
alt={performer.name ?? ""}
|
||||
src={performer.image_path ?? ""}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user