styling: #4086 fixing bug where long commit messages did not wrap in file view
This commit is contained in:
parent
e660ec2fb5
commit
52015c0c8f
1 changed files with 4 additions and 0 deletions
|
|
@ -172,6 +172,10 @@
|
|||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
.commit.truncate-wrap {
|
||||
overflow:hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
// expand commit message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue