Feature: customizable fields display for documents, saved views & dashboard widgets (#6439)

This commit is contained in:
shamoon 2024-04-26 06:41:12 -07:00 committed by GitHub
parent 7a0334f353
commit bd4476d484
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 2929 additions and 1018 deletions

View file

@ -10,10 +10,6 @@ th {
cursor: pointer;
}
th.w-40 {
width: 40%;
}
.table-row-selected {
background-color: var(--pngx-primary-faded);
}
@ -84,3 +80,7 @@ $paperless-card-breakpoints: (
a {
cursor: pointer;
}
pngx-page-header .dropdown-menu {
--bs-dropdown-min-width: 12em;
}