Fix file tree base font awesome icon placement
This commit is contained in:
parent
e81acf7a71
commit
923110f7d8
1 changed files with 4 additions and 0 deletions
|
@ -2786,6 +2786,10 @@ p.editable:hover i {
|
|||
fill: rgb(209, 73, 73);
|
||||
}
|
||||
|
||||
.file-tree-base .fa {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
.file-tree-base .node rect {
|
||||
cursor: pointer;
|
||||
fill: #fff;
|
||||
|
|
Reference in a new issue