fix(files): Remove margin and width to not break layout

In grid view, this was messing with the reported available list width which was breaking the computed layout.

Fix https://github.com/nextcloud/server/issues/47599

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/47600/head
Louis Chemineau 1 year ago committed by nextcloud-command
parent 6e4e9cf6bd
commit c42f010167
  1. 2
      apps/files/src/components/FilesListVirtual.vue
  2. 4
      dist/files-main.js
  3. 2
      dist/files-main.js.map
  4. 4
      dist/settings-users-3239.js
  5. 2
      dist/settings-users-3239.js.map
  6. 4
      dist/settings-vue-settings-apps-users-management.js
  7. 2
      dist/settings-vue-settings-apps-users-management.js.map

@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save