Merge pull request #47607 from nextcloud/artonge/backport/stable30/47600

[stable30] fix(files): Remove margin and width to not break layout
This commit is contained in:
Arthur Schiwon 2024-08-29 17:58:38 +02:00 committed by GitHub
commit 0b5c424f3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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