Skip to content

Commit

Permalink
Merge pull request #47600 from nextcloud/artonge/fix/files_virtual_li…
Browse files Browse the repository at this point in the history
…st_grid_view_layout_computation

fix(files): Remove margin and width to not break layout
  • Loading branch information
artonge authored Aug 29, 2024
2 parents 6e4e9cf + c42f010 commit 02548bd
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,6 @@ tbody.files-list__tbody.files-list__tbody--grid {
align-items: center;
justify-content: space-around;
justify-items: center;
margin: 16px;
width: calc(100% - 32px);

tr {
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/settings-users-3239.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-users-3239.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/settings-vue-settings-apps-users-management.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-apps-users-management.js.map

Large diffs are not rendered by default.

0 comments on commit 02548bd

Please sign in to comment.