Fix tree table overflow

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-01-09 10:12:17 +02:00
parent 9e347d9a9d
commit a10c08c4c7
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}