Skip to content

Commit

Permalink
Update book.scss
Browse files Browse the repository at this point in the history
Fix line-height issue for multi-line headings in chapters list.
  • Loading branch information
Nhan To-Doan committed Jun 6, 2016
1 parent 5d3c285 commit 9454214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/book.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,9 @@ ol.book-toc {
li {
line-height: $base-line-height * .8;
h2 {
margin: 14px 0;
font-size: 14px;
margin-top: 0;
line-height: normal;
}
ol {
margin-left: 0;
Expand Down

0 comments on commit 9454214

Please sign in to comment.