mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Updated books list view description to be limited by css
Instead of length limited Related to #1222
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="content">
|
||||
<h4 class="entity-list-item-name break-text">{{ $book->name }}</h4>
|
||||
<div class="entity-item-snippet">
|
||||
<p class="text-muted break-text mb-s">{{ $book->getExcerpt() }}</p>
|
||||
<p class="text-muted break-text mb-s text-limit-lines-1">{{ $book->description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
Reference in New Issue
Block a user