Fix tree table overflow
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
9e347d9a9d
commit
a10c08c4c7
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue