Skip to content

Commit

Permalink
Merge pull request #12041 from nextcloud/gridfixes
Browse files Browse the repository at this point in the history
Properly hide files when searching
  • Loading branch information
rullzer authored Oct 29, 2018
2 parents c05e8ac + c0477af commit 3aae3c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,8 @@ table.dragshadow td.size {
row-gap: 15px;
margin: 15px 0;

tr {
// ensure search still filters tr with .hidden
tr:not(.hidden) {
display: block;
position: relative;
height: $grid-size + 44px - $grid-pad;
Expand Down

0 comments on commit 3aae3c8

Please sign in to comment.