diff --git a/novel-front/src/main/resources/templates/books/book_detail.html b/novel-front/src/main/resources/templates/books/book_detail.html index cec9853..4aa43a4 100644 --- a/novel-front/src/main/resources/templates/books/book_detail.html +++ b/novel-front/src/main/resources/templates/books/book_detail.html @@ -101,6 +101,16 @@ color: #f90; } + .line-limit-length { + + overflow: hidden; + + text-overflow: ellipsis; + + white-space: nowrap; + + } +