mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-28 23:24:06 +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 {
|
h4 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
height: 55px;
|
||||||
|
padding: 0px 12px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
@ -291,7 +293,7 @@ $btt-size: 40px;
|
|||||||
padding: 0px 12px;
|
padding: 0px 12px;
|
||||||
}
|
}
|
||||||
&.collapse {
|
&.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="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">
|
<div class="gallery-item">
|
||||||
<h4>
|
<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>
|
<br>
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user