Add border to commit row description

This commit is contained in:
Clement Ho 2018-04-16 14:24:52 -05:00
parent eaf3204c23
commit 0774a78c07
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@
display: none;
white-space: pre-wrap;
word-break: normal;
border: 1px solid $border-color;
pre {
border: 0;