diff options
-rw-r--r-- | app/assets/stylesheets/sections/tree.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index 00561a4d0f9..dfdcbb59b6b 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; } |