mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Fix: Miscellaneous v2.0 visual fixes (#4576)
* Fix notes count in tab button wrapping * Fix position of custom fields dropdown on mobile * Limit list view title width * Update messages.xlf
This commit is contained in:
parent
caddcaf807
commit
ef9669cdb6
5 changed files with 29 additions and 24 deletions
|
|
@ -143,6 +143,7 @@
|
|||
<th
|
||||
pngxSortable="title"
|
||||
title="Sort by title" i18n-title
|
||||
class="w-40"
|
||||
[currentSortField]="list.sortField"
|
||||
[currentSortReverse]="list.sortReverse"
|
||||
(sort)="onSort($event)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue