Skip to content

Commit b21f497

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)