Skip to content

Commit 2120a50

Browse files
authored
Merge pull request #53993 from nextcloud/fix/files-mtime
fix(files): make sure mtime row is wide enough
2 parents ebc5ae8 + df69510 commit 2120a50

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/files/src/components/FilesListVirtual.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ export default defineComponent({
894894
}
895895
896896
.files-list__row-mtime {
897-
width: calc(var(--row-height) * 2);
897+
width: calc(var(--row-height) * 2.5);
898898
}
899899
900900
.files-list__row-mime {

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)