diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 355ab1e..2a5f0de 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +0.15.1 - Unreleased +------------------------- +- Enh #168: Fix cropped folder/file names + 0.15.0 - January 24, 2023 ------------------------- - Enh #157: Remove deprecated checkbox "regular" style diff --git a/module.json b/module.json index 1078792..d864bb3 100644 --- a/module.json +++ b/module.json @@ -9,7 +9,7 @@ "organisation", "sharing" ], - "version": "0.15.0", + "version": "0.15.1", "humhub": { "minVersion": "1.12" }, diff --git a/resources/css/cfiles.css b/resources/css/cfiles.css index 17f58f5..841ccfc 100644 --- a/resources/css/cfiles.css +++ b/resources/css/cfiles.css @@ -153,6 +153,7 @@ #fileList .table-responsive { overflow: initial; + border: none; } #bs-table.table .file-actions { @@ -177,6 +178,7 @@ #bs-table.table>tbody>tr>td, #bs-table.table>tfoot>tr>td { padding: 10px 5px 5px 5px; + height: 37px; } #bs-table.table>thead>tr>th label, diff --git a/widgets/views/fileList.php b/widgets/views/fileList.php index cb6317c..e29f218 100644 --- a/widgets/views/fileList.php +++ b/widgets/views/fileList.php @@ -26,11 +26,10 @@ - > + > - >