с допками

This commit is contained in:
2025-05-24 16:59:07 +04:00
parent cc2964566c
commit 6afa92b536
2 changed files with 29 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ function BookCard({ book, authorName, statusName, onEdit, onDelete }) {
src={book.cover || "https://placehold.co/200x300"}
className="card-img-top shadow mt-2 mb-3"
alt="Обложка книги"
style={{ maxHeight: "300px", objectFit: "contain" }}
style={{ height: "300px", objectFit: "contain" }}
/>
<div className="card-body">
<h5 className="card-title">{book.title}</h5>