Skip to content

Commit e275a46

Browse files
committed
fix(files): thead flex height
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 56f2f96 commit e275a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/files/src/components/FilesListVirtual.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ export default defineComponent({
577577
background-color: var(--color-main-background);
578578
border-block-end: 1px solid var(--color-border);
579579
height: var(--row-height);
580+
flex: 0 0 var(--row-height);
580581
}
581582
582583
.files-list__thead,

0 commit comments

Comments
 (0)