Merge pull request #55905 from nextcloud/backport/55846/stable31

[stable31] Add font-variant-numeric to selected files list
This commit is contained in:
Andy Scherzinger 2025-10-30 12:28:40 +01:00 committed by GitHub
commit 9f0b41e33f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -508,6 +508,7 @@ export default defineComponent({
.files-list__selected {
padding-inline-end: 12px;
white-space: nowrap;
font-variant-numeric: tabular-nums;
}
.files-list__table {

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