We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f2f96 commit e275a46Copy full SHA for e275a46
apps/files/src/components/FilesListVirtual.vue
@@ -577,6 +577,7 @@ export default defineComponent({
577
background-color: var(--color-main-background);
578
border-block-end: 1px solid var(--color-border);
579
height: var(--row-height);
580
+ flex: 0 0 var(--row-height);
581
}
582
583
.files-list__thead,
0 commit comments