Skip to content

Commit 0b5c424

Browse files
authored
Merge pull request #47607 from nextcloud/artonge/backport/stable30/47600
[stable30] fix(files): Remove margin and width to not break layout
2 parents 9e2db34 + edb05e6 commit 0b5c424

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

apps/files/src/components/FilesListVirtual.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,6 @@ tbody.files-list__tbody.files-list__tbody--grid {
736736
align-items: center;
737737
justify-content: space-around;
738738
justify-items: center;
739-
margin: 16px;
740-
width: calc(100% - 32px);
741739
742740
tr {
743741
display: flex;

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)