Skip to content

Commit

Permalink
fix irods file list modal overflow (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jan 24, 2025
1 parent 26a9c57 commit d14e16e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Changed
Fixed
-----

- **Irodsbackend**
- iRODS file list modal content overflow with long file paths (#2056)
- **Landingzones**
- Timeline link active for ``DELETED`` and ``NOT_CREATED`` zones (#2005)
- **Samplesheets**
Expand Down
4 changes: 4 additions & 0 deletions irodsbackend/static/irodsbackend/css/irodsbackend.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/* Size column */
table.sodar-irods-obj-table tbody tr td:nth-child(1) {
word-break: break-all;
}

table.sodar-irods-obj-table thead tr th:nth-child(2) {
min-width: 60px;
text-align: right;
Expand Down

0 comments on commit d14e16e

Please sign in to comment.