From a10c08c4c75ea2753b092e66b1daed7ffe23a0b6 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 9 Jan 2014 10:12:17 +0200 Subject: Fix tree table overflow Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/tree.scss | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- cgit v1.2.1