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: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2024-08-29 11:32:47 +02:00
parent 9e2db34aa7
commit edb05e6a70
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View file

@ -736,8 +736,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;

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long