mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
Merge pull request #53993 from nextcloud/fix/files-mtime
fix(files): make sure mtime row is wide enough
This commit is contained in:
commit
2120a5059c
3 changed files with 4 additions and 4 deletions
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue