fixed ellipsis not showing correctly
This commit is contained in:
parent
f454f1ab5a
commit
14412cbe6c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue