From a10c08c4c75ea2753b092e66b1daed7ffe23a0b6 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 9 Jan 2014 10:12:17 +0200 Subject: [PATCH] Fix tree table overflow --- app/assets/stylesheets/sections/tree.scss | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) 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