mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-31 16:06:29 +08:00
Resolves book heading issues in grid view.
This commit is contained in:
parent
e5dc0e6bb8
commit
dd4d2f4696
|
@ -284,6 +284,8 @@ $btt-size: 40px;
|
|||
h4 {
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
height: 55px;
|
||||
padding: 0px 12px;
|
||||
}
|
||||
p {
|
||||
font-size: 0.8em;
|
||||
|
@ -291,7 +293,7 @@ $btt-size: 40px;
|
|||
padding: 0px 12px;
|
||||
}
|
||||
&.collapse {
|
||||
height: 130px;
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="col-xs-6 col-sm-4 col-md-4 col-lg-3" data-entity-type="book" data-entity-id="{{$book->id}}">
|
||||
<div class="gallery-item">
|
||||
<h4>
|
||||
<a class="text-book entity-list-item-link" href="{{$book->getUrl()}}"><i class="zmdi zmdi-book"></i><span class="entity-list-item-name">{{$book->name}}</span>
|
||||
<a class="text-book entity-list-item-link" href="{{$book->getUrl()}}" title="{{$book->name}}"><i class="zmdi zmdi-book"></i><span class="entity-list-item-name">{{$book->getHeadingExcerpt()}}</span>
|
||||
<br>
|
||||
</a>
|
||||
</h4>
|
||||
|
|
Loading…
Reference in New Issue
Block a user