Commit a10c08c4c75ea2753b092e66b1daed7ffe23a0b6
1 parent
9e347d9a
Exists in
spb-stable
and in
3 other branches
Fix tree table overflow
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/sections/tree.scss
... | ... | @@ -49,6 +49,7 @@ |
49 | 49 | |
50 | 50 | .tree-item { |
51 | 51 | .tree-item-file-name { |
52 | + max-width: 320px; | |
52 | 53 | vertical-align: middle; |
53 | 54 | a { |
54 | 55 | &:hover { |
... | ... | @@ -62,6 +63,10 @@ |
62 | 63 | } |
63 | 64 | } |
64 | 65 | |
66 | + .tree_commit { | |
67 | + max-width: 320px; | |
68 | + } | |
69 | + | |
65 | 70 | .tree_time_ago { |
66 | 71 | min-width: 135px; |
67 | 72 | } | ... | ... |