Commit a10c08c4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix tree table overflow

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 9e347d9a
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
.tree-item { .tree-item {
.tree-item-file-name { .tree-item-file-name {
max-width: 320px;
vertical-align: middle; vertical-align: middle;
a { a {
&:hover { &:hover {
...@@ -62,6 +63,10 @@ ...@@ -62,6 +63,10 @@
} }
} }
.tree_commit {
max-width: 320px;
}
.tree_time_ago { .tree_time_ago {
min-width: 135px; min-width: 135px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment