nodejs: wopi fix layout on hover

This commit is contained in:
Oleg Sinizin
2021-11-25 17:50:25 +03:00
parent 644d9b8ba6
commit 2f0d783ba6
2 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,7 @@
}
.tableRow td:last-child:after{
width: 90%;
top: 67px;
top: 65px;
height: 1%;
}
}

View File

@ -594,6 +594,7 @@ footer table tr td:first-child {
}
.contentCells-wopi {
height: 25px;
width: 18%;
text-align: left;
}