Skip to content

Commit

Permalink
Merge pull request #39592 from /issues/39591
Browse files Browse the repository at this point in the history
Expand area filename area to min size  in file list
  • Loading branch information
JammingBen authored Dec 14, 2021
2 parents 7fa3b4f + 22780f5 commit bdff4e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/css/files.css
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ html.ie8 #controls .button.new {
#app-content-sharingout table td.filename .nametext {
position: static;
left: inherit;
min-width: 50px;
}

#app-content-files.has-favorites #fileList td.filename a.name,
Expand Down
7 changes: 7 additions & 0 deletions changelog/unreleased/39592
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Expand file name area to click

With this change, the file name area to click will expand, this is helpful
with very small file or folder names (e.g. single digit).

https://github.com/owncloud/core/pull/39592
https://github.com/owncloud/core/issues/39591

0 comments on commit bdff4e3

Please sign in to comment.