styling: #4086 fixing bug where long commit messages did not wrap in file view

This commit is contained in:
lisaq 2016-07-13 11:21:11 +02:00
parent e660ec2fb5
commit 52015c0c8f

View file

@ -172,6 +172,10 @@
overflow-x: auto;
}
}
.commit.truncate-wrap {
overflow:hidden;
text-overflow: ellipsis;
}
}
// expand commit message