mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
feat(files): Add font-variant-numeric to selected files list
Signed-off-by: Victor <victorlap@outlook.com> [skip ci]
This commit is contained in:
parent
5e0b8cb27a
commit
577fffbac8
1 changed files with 1 additions and 0 deletions
|
|
@ -530,6 +530,7 @@ export default defineComponent({
|
|||
.files-list__selected {
|
||||
padding-inline-end: 12px;
|
||||
white-space: nowrap;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.files-list__table {
|
||||
|
|
|
|||
Loading…
Reference in a new issue