diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index 00561a4..dfdcbb5 100644 --- a/app/assets/stylesheets/sections/tree.scss +++ b/app/assets/stylesheets/sections/tree.scss @@ -49,6 +49,7 @@ .tree-item { .tree-item-file-name { + max-width: 320px; vertical-align: middle; a { &:hover { @@ -62,6 +63,10 @@ } } + .tree_commit { + max-width: 320px; + } + .tree_time_ago { min-width: 135px; } -- libgit2 0.21.2