fixed ellipsis not showing correctly

This commit is contained in:
Phil Hughes 2018-06-13 14:09:39 +01:00
parent f454f1ab5a
commit 14412cbe6c
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

@ -609,7 +609,7 @@
} }
.multi-file-commit-list-file-path { .multi-file-commit-list-file-path {
@include str-truncated(100%); @include str-truncated(calc(100% - 30px));
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;