From e541f5daa0a06f3ab177b04982707fbba7d3ed70 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Tue, 14 Feb 2023 12:07:45 +0400 Subject: [PATCH 1/2] Fix cropped folder/file names --- resources/css/cfiles.css | 2 ++ widgets/views/fileList.php | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 @@ - > + > - > From a7c074b2c97815e5f6229fdf9379e44bc672f1ac Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Tue, 14 Feb 2023 12:10:45 +0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- docs/CHANGELOG.md | 4 ++++ module.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" },