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:
shamoon
2023-11-13 19:54:01 -08:00
committed by GitHub
parent caddcaf807
commit ef9669cdb6
5 changed files with 29 additions and 24 deletions

View File

@@ -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)"