Skip to content

Commit

Permalink
display line breaks in commit message (issue #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
faryon93 committed Mar 16, 2018
1 parent ae61739 commit a6c6029
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 155 deletions.
16 changes: 16 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,22 @@ div.panel-body h5.commit
font-weight: bold;
}

div.panel-body h5.commit i.btn-more
{
cursor: pointer;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ddd;
padding-left: 5px;
padding-right: 5px;
}

div.panel-body h5.commit span.more {
margin-left: 19px;
font-weight: normal;
font-family: Menlo,Courier,monospace;
}

div.panel-body.passed h5.commit,
div.panel-body.passed h5.commit a
{
Expand Down
Loading

0 comments on commit a6c6029

Please sign in to comment.