Skip to content

Commit 14bc7d3

Browse files
authored
Merge pull request #41018 from nextcloud/fix-files-list-header
fix(files): disable size containment on headers
2 parents 4828ac3 + ba252e2 commit 14bc7d3

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

apps/files/src/components/FilesListVirtual.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export default Vue.extend({
332332
333333
// Before table and thead
334334
.files-list__before {
335-
contain: strict;
335+
contain: style paint layout;
336336
display: flex;
337337
flex-direction: column;
338338
}

dist/614-614.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/614-614.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.

dist/core-unsupported-browser.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/core-unsupported-browser.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.

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)