diff options
author | Phil Hughes <me@iamphill.com> | 2018-06-13 14:09:39 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-06-14 15:42:56 +0100 |
commit | 14412cbe6c50849a8717465c412433a7946592c1 (patch) | |
tree | baec61b2b39ac72c58ddcb5803ed4721102464ea /app/assets | |
parent | f454f1ab5ab69de51ad4ae8cb620782e48fc0541 (diff) | |
download | gitlab-ce-14412cbe6c50849a8717465c412433a7946592c1.tar.gz |
fixed ellipsis not showing correctly
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/repo.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index 36a514a5055..94c8910fa97 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -609,7 +609,7 @@ } .multi-file-commit-list-file-path { - @include str-truncated(100%); + @include str-truncated(calc(100% - 30px)); &:hover { text-decoration: underline; |