Added rule for filename overflow in commit list. Fixes #436

This commit is contained in:
Klaus Silveira
2014-05-17 22:53:16 -03:00
parent bd69511810
commit 430f0e265e
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -129,6 +129,7 @@
font-size:14px;
font-weight: 700;
border-bottom: 1px solid lighten(@treeHeaderBorder, 5%);
overflow: hidden;
.meta {
font-weight: normal;
font-size: 14px;
@@ -190,4 +191,4 @@
#md-content {
padding: 30px;
color: @black;
}
}