mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Resolves book heading issues in grid view.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user