mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Fix: fix trash column display on mobile
This commit is contained in:
parent
f836c5ce3e
commit
20e45407f5
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
<i-bs name="eye"></i-bs>
|
||||
</pngx-preview-popup>
|
||||
</td>
|
||||
<td scope="row" i18n>{{ getDaysRemaining(document) }} days</td>
|
||||
<td scope="row" class="d-none d-sm-table-cell" i18n>{{ getDaysRemaining(document) }} days</td>
|
||||
<td scope="row">
|
||||
<div class="btn-group d-block d-sm-none">
|
||||
<div ngbDropdown container="body" class="d-inline-block">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue