Skip to content

Commit b472dde

Browse files
committed
Adjust author title overflow in cards
1 parent 26d6efb commit b472dde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/static/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ p {
525525
.book-info h4 {
526526
margin: 0;
527527
padding: 0;
528+
white-space: nowrap;
529+
overflow: hidden;
530+
text-overflow: ellipsis;
528531
}
529532

530533
.book-header {

0 commit comments

Comments
 (0)