Skip to content

Commit 6a984a6

Browse files
committed
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 #47599 Signed-off-by: Louis Chemineau <[email protected]>
1 parent 23efda9 commit 6a984a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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;

0 commit comments

Comments
 (0)