Skip to content

Commit cf543bf

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

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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,

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)