* Fix bug #42653.
This commit is contained in:
@@ -3,3 +3,4 @@
|
||||
.actions-menu .searchBox .input-control-suffix {padding-right: 0;}
|
||||
.actions-menu .btn-group .switchBtn {padding: 6px 10px;}
|
||||
#table-doc-showfiles [data-type='title'] .dtable-cell-html img {max-height: 36px;}
|
||||
#table-doc-showfiles [data-type='title'] .titleBox {display: inline-block; height: 36px; vertical-align: middle;}
|
||||
|
||||
@@ -22,7 +22,7 @@ window.renderCell = function(result, {col, row})
|
||||
titleHtml += row.data.fileIcon;
|
||||
}
|
||||
|
||||
titleHtml += `<span class='ml-1'>${row.data.fileName}</span>`;
|
||||
titleHtml += `<div class='titleBox'><span class='ml-1'>${row.data.fileName}</span></div>`;
|
||||
|
||||
result[0] = {html: titleHtml};
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user