Merge pull request #53993 from nextcloud/fix/files-mtime

fix(files): make sure mtime row is wide enough
This commit is contained in:
Ferdinand Thiessen 2025-07-17 22:50:37 +02:00 committed by GitHub
commit 2120a5059c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -894,7 +894,7 @@ export default defineComponent({
}
.files-list__row-mtime {
width: calc(var(--row-height) * 2);
width: calc(var(--row-height) * 2.5);
}
.files-list__row-mime {

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long